]> Dogcows Code - chaz/openbox/blobdiff - src/Toolbar.cc
fixed HAVE_STRING_H introduced from some parrallel development. blast
[chaz/openbox] / src / Toolbar.cc
index 6d5a5ac48fbf8a8edc1e0daad03927ada8e7a205..b44017d4f6091633e8419e7f29cf160d3283c2f1 100644 (file)
@@ -43,9 +43,9 @@
 
 #include <X11/keysym.h>
 
-#ifdef    STDC_HEADERS
+#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.01965 seconds and 4 git commands to generate.