summaryrefslogtreecommitdiffstats
path: root/support/nfs/nfsexport.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/nfs/nfsexport.c')
-rw-r--r--support/nfs/nfsexport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/nfs/nfsexport.c b/support/nfs/nfsexport.c
index 782cc50..aa0e49b 100644
--- a/support/nfs/nfsexport.c
+++ b/support/nfs/nfsexport.c
@@ -6,7 +6,9 @@
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <string.h>
#include <sys/types.h>