]> Dogcows Code - chaz/openbox/blobdiff - src/Image.cc
gcc 3 compatibility, converted strstreams to stringstreams
[chaz/openbox] / src / Image.cc
index b9335902904045dae3c0d5ca215feb7433b3aa35..3a4c14cf19cdf9e2c4226ccf8e94b17754d5e4f4 100644 (file)
@@ -50,10 +50,13 @@ typedef unsigned int u_int32_t;
 #  endif
 #endif
 
-#ifdef    STDC_HEADERS
+#ifdef    HAVE_STDLIB_H
 #  include <stdlib.h>
+#endif // HAVE_STDLIB_H
+
+#ifdef    HAVE_STRING_H
 #  include <string.h>
-#endif // STDC_HEADERS
+#endif // HAVE_STRING_H
 
 #ifdef    HAVE_STDIO_H
 #  include <stdio.h>
This page took 0.020917 seconds and 4 git commands to generate.