summaryrefslogtreecommitdiffstats
path: root/support/nfs/xlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/nfs/xlog.c')
-rw-r--r--support/nfs/xlog.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c
index d59f27f..1bbfd19 100644
--- a/support/nfs/xlog.c
+++ b/support/nfs/xlog.c
@@ -15,7 +15,9 @@
* as is, with no warranty expressed or implied.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <unistd.h>
#include <signal.h>