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/media-libs/varconf/files/varconf-0.6.5-gcc43.patch

11 lines
245 B

--- varconf/variable.cpp.old 2008-11-06 19:42:50.000000000 +0100
+++ varconf/variable.cpp 2008-11-06 19:46:48.000000000 +0100
@@ -28,6 +28,7 @@
#include <string>
#include <cstdio>
+#include <stdlib.h>
#ifdef __WIN32__
#include <tchar.h>