summaryrefslogtreecommitdiffstats
path: root/utils/mountd/mount_dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mountd/mount_dispatch.c')
-rw-r--r--utils/mountd/mount_dispatch.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/mountd/mount_dispatch.c b/utils/mountd/mount_dispatch.c
index e87831a..f00c0c5 100644
--- a/utils/mountd/mount_dispatch.c
+++ b/utils/mountd/mount_dispatch.c
@@ -4,7 +4,9 @@
* Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef HAVE_TCP_WRAPPER
#include "tcpwrapper.h"