summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@src.gnome.org>1998-12-24 19:39:00 +0000
committerJeff Garzik <jgarzik@src.gnome.org>1998-12-24 19:39:00 +0000
commitfc07d22a539cdfb436065538237a7f9a135bc5c4 (patch)
tree9759e397f87298dce2a44a9a2a4df34633d403d1 /gtk/gtkprogressbar.c
parent553fa4309eb849f592afa0aead4c669be21ac117 (diff)
downloadgtk+-fc07d22a539cdfb436065538237a7f9a135bc5c4.tar.gz
x Pull in string.h for various mem*() and str*() functions, in an
x Pull in string.h for various mem*() and str*() functions, in an autoconf-friendly way. x
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r--gtk/gtkprogressbar.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index 43ab65c3f2..d9ab28c038 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -17,7 +17,16 @@
* Boston, MA 02111-1307, USA.
*/
-#include <stdio.h>
+#if HAVE_CONFIG_H
+# include <config.h>
+# if STDC_HEADERS
+# include <string.h>
+# include <stdio.h>
+# endif
+#else
+# include <stdio.h>
+#endif
+
#include "gtkprogressbar.h"
#include "gtksignal.h"