summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/info2html/html.c1
-rw-r--r--src/info2html/main.c1
-rw-r--r--src/info2html/parse.c1
-rw-r--r--src/info2html/utils.c1
-rw-r--r--src/man2html/yelp-man2html.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/info2html/html.c b/src/info2html/html.c
index 1deec6be..ef0d74a9 100644
--- a/src/info2html/html.c
+++ b/src/info2html/html.c
@@ -1,5 +1,6 @@
/* handles all html operations */
+#include <config.h>
#include <stdio.h>
#include <unistd.h>
#include <ctype.h>
diff --git a/src/info2html/main.c b/src/info2html/main.c
index 14d83e56..bebec68c 100644
--- a/src/info2html/main.c
+++ b/src/info2html/main.c
@@ -1,5 +1,6 @@
/* little test main() to see how we're doing */
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/info2html/parse.c b/src/info2html/parse.c
index 5f19012d..0177368b 100644
--- a/src/info2html/parse.c
+++ b/src/info2html/parse.c
@@ -2,6 +2,7 @@
/* currently only finds nodes and contructs a tree */
/* partially motivated by source code of the 'info' program */
+#include <config.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/src/info2html/utils.c b/src/info2html/utils.c
index 69137221..5ab276a5 100644
--- a/src/info2html/utils.c
+++ b/src/info2html/utils.c
@@ -1,5 +1,6 @@
/* various utility functions */
+#include <config.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index f8d764a3..47993248 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -122,6 +122,7 @@
*/
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>