projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6985e48
)
fixed HAVE_STRING_H introduced from some parrallel development. blast
author
Scott Moynes
<smoynes@nexus.carleton.ca>
Tue, 16 Apr 2002 20:30:53 +0000
(20:30 +0000)
committer
Scott Moynes
<smoynes@nexus.carleton.ca>
Tue, 16 Apr 2002 20:30:53 +0000
(20:30 +0000)
src/Toolbar.cc
patch
|
blob
|
history
diff --git
a/src/Toolbar.cc
b/src/Toolbar.cc
index 6d5a5ac48fbf8a8edc1e0daad03927ada8e7a205..b44017d4f6091633e8419e7f29cf160d3283c2f1 100644
(file)
--- a/
src/Toolbar.cc
+++ b/
src/Toolbar.cc
@@
-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>