summaryrefslogtreecommitdiffstats
path: root/support/nfs/getfh.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/nfs/getfh.c')
-rw-r--r--support/nfs/getfh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/nfs/getfh.c b/support/nfs/getfh.c
index aacba52..81266fd 100644
--- a/support/nfs/getfh.c
+++ b/support/nfs/getfh.c
@@ -10,7 +10,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>