]> Dogcows Code - chaz/openbox/blobdiff - util/bsetroot.cc
compile with -Wall -W -pendantic when --enable-debug is set.
[chaz/openbox] / util / bsetroot.cc
index cb37cb6bb66f63e64b27e771e43b407f7cf8e464..56748c3098c8c7382972f2e97aa9d9a8c1273ac0 100644 (file)
@@ -2,10 +2,13 @@
 #  include "../config.h"
 #endif // HAVE_CONFIG_H
 
-#ifdef    STDC_HEADERS
+#ifdef    HAVE_STRING_H
 #  include <string.h>
+#endif // HAVE_STRING_H
+
+#ifdef    HAVE_STDLIB_H
 #  include <stdlib.h>
-#endif // STDC_HEADERS
+#endif // HAVE_STDLIB_H
 
 #ifdef    HAVE_STDIO_H
 #  include <stdio.h>
This page took 0.025165 seconds and 4 git commands to generate.