summaryrefslogtreecommitdiffstats
path: root/support/include/nfslib.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/nfslib.h')
-rw-r--r--support/include/nfslib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h
index a1932a5..8c83262 100644
--- a/support/include/nfslib.h
+++ b/support/include/nfslib.h
@@ -9,7 +9,9 @@
#ifndef NFSLIB_H
#define NFSLIB_H
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <sys/types.h>
#include <sys/socket.h>
@@ -57,7 +59,7 @@ enum cle_maptypes {
/*
* Data related to a single exports entry as returned by getexportent.
- * FIXME: export options should probably be parsed at a later time to
+ * FIXME: export options should probably be parsed at a later time to
* allow overrides when using exportfs.
*/
struct exportent {