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/x11-misc/bbcd/files/bbcd-0.3.1-gcc4.3.patch

12 lines
254 B

Add header to be compatible with gcc-4.3 and glibc-2.8.
--- bbcd-0.3.1/Image.cc
+++ bbcd-0.3.1/Image.cc
@@ -29,6 +29,7 @@
//# include <stdio.h>
//#endif // HAVE_STDIO_H
#include <iostream>
+#include <cstring>
#include <algorithm>
using std::max;