summaryrefslogtreecommitdiffstats
path: root/lib/libnt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnt')
-rw-r--r--lib/libnt/info.c5
-rw-r--r--lib/libnt/path.c5
-rw-r--r--lib/libnt/pmddeml.c5
-rw-r--r--lib/libnt/registry.c5
-rw-r--r--lib/libnt/service.c5
-rw-r--r--lib/libnt/tcpip.c5
6 files changed, 30 insertions, 0 deletions
diff --git a/lib/libnt/info.c b/lib/libnt/info.c
index a2fcfeb7..f0b333e1 100644
--- a/lib/libnt/info.c
+++ b/lib/libnt/info.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <windows.h>
#include "nt/ntos.h"
diff --git a/lib/libnt/path.c b/lib/libnt/path.c
index b2ba34c4..e623de9e 100644
--- a/lib/libnt/path.c
+++ b/lib/libnt/path.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/***********************************************************
* Path functions - removing ../ from path
**********************************************************/
diff --git a/lib/libnt/pmddeml.c b/lib/libnt/pmddeml.c
index aac29528..3a9ed1ba 100644
--- a/lib/libnt/pmddeml.c
+++ b/lib/libnt/pmddeml.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/****************************************************************************
PROGRAM: pmddeml.c
diff --git a/lib/libnt/registry.c b/lib/libnt/registry.c
index 04b4ab6e..e3eddd0b 100644
--- a/lib/libnt/registry.c
+++ b/lib/libnt/registry.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
// ERROR.C
//
// This file contains the functions needed to install the httpd server.
diff --git a/lib/libnt/service.c b/lib/libnt/service.c
index f193c543..c4a20f4c 100644
--- a/lib/libnt/service.c
+++ b/lib/libnt/service.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <windows.h>
#include "nt/ntos.h"
diff --git a/lib/libnt/tcpip.c b/lib/libnt/tcpip.c
index 70cb8dd4..c54e86c3 100644
--- a/lib/libnt/tcpip.c
+++ b/lib/libnt/tcpip.c
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <windows.h>
#include "nt/ntos.h"