]> Dogcows Code - chaz/openbox/commitdiff
fixed HAVE_STRING_H introduced from some parrallel development. blast
authorScott Moynes <smoynes@nexus.carleton.ca>
Tue, 16 Apr 2002 20:30:53 +0000 (20:30 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Tue, 16 Apr 2002 20:30:53 +0000 (20:30 +0000)
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.024394 seconds and 4 git commands to generate.