summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-04-16 20:30:53 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-04-16 20:30:53 +0000
commit82e61c015fe82b673676c3242f014bf26c0dd152 (patch)
treebabed111c95506190b1c754a3e564a208931cdc1 /src
parent6985e48f53159b709532ed087d9d3ddb6f231eaf (diff)
fixed HAVE_STRING_H introduced from some parrallel development. blast
Diffstat (limited to 'src')
-rw-r--r--src/Toolbar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 6d5a5ac4..b44017d4 100644
--- 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>