summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/findme.c4
-rw-r--r--support/popt.c4
-rw-r--r--support/poptconfig.c4
-rw-r--r--support/popthelp.c4
-rw-r--r--support/poptparse.c4
5 files changed, 20 insertions, 0 deletions
diff --git a/support/findme.c b/support/findme.c
index 528d401a..1086b284 100644
--- a/support/findme.c
+++ b/support/findme.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/support/popt.c b/support/popt.c
index 025d2d53..7678734b 100644
--- a/support/popt.c
+++ b/support/popt.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <errno.h>
#include <ctype.h>
#include <fcntl.h>
diff --git a/support/poptconfig.c b/support/poptconfig.c
index cd4e239f..0a81ca44 100644
--- a/support/poptconfig.c
+++ b/support/poptconfig.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
diff --git a/support/popthelp.c b/support/popthelp.c
index 326f0ae7..95f3b4b4 100644
--- a/support/popthelp.c
+++ b/support/popthelp.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/support/poptparse.c b/support/poptparse.c
index ade5a791..aea784b3 100644
--- a/support/poptparse.c
+++ b/support/poptparse.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <stdlib.h>
#include <string.h>