Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3225f4bac3a6d1b258f4893a402da81e > files > 1

hackedbox-0.8.5-7.fc12.src.rpm

diff -Naupr hackedbox-0.8.5.orig/src/Image.cc hackedbox-0.8.5/src/Image.cc
--- hackedbox-0.8.5.orig/src/Image.cc	2003-04-28 14:25:15.000000000 +0200
+++ hackedbox-0.8.5/src/Image.cc	2008-02-24 13:57:05.000000000 +0100
@@ -26,10 +26,11 @@
 #endif // HAVE_CONFIG_H
 
 #ifdef    HAVE_STDIO_H
-#  include <stdio.h>
+#  include <cstdio>
 #endif // HAVE_STDIO_H
 
 #include <algorithm>
+#include <cstring>
 using std::max;
 using std::min;