summaryrefslogtreecommitdiffstats
path: root/src/strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strbuf.c')
-rw-r--r--src/strbuf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strbuf.c b/src/strbuf.c
index 41c139bd..44fa5b40 100644
--- a/src/strbuf.c
+++ b/src/strbuf.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <sys/types.h>
#include <stdlib.h>
#include <assert.h>