You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libevocosm/files/3.3.0-gcc-4.3.patch

12 lines
393 B

diff -Naur libevocosm-3.3.0.orig/libevocosm/roulette.cpp libevocosm-3.3.0/libevocosm/roulette.cpp
--- libevocosm-3.3.0.orig/libevocosm/roulette.cpp 2008-05-01 02:30:39.000000000 +0200
+++ libevocosm-3.3.0/libevocosm/roulette.cpp 2008-05-01 02:31:25.000000000 +0200
@@ -34,6 +34,7 @@
// Standard C++ Library
#include <stdexcept>
+#include <cstring>
// libevocosm
#include "validator.h"