summaryrefslogtreecommitdiffstats
path: root/support/nfs/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/nfs/xmalloc.c')
-rw-r--r--support/nfs/xmalloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/nfs/xmalloc.c b/support/nfs/xmalloc.c
index 9523afc..e9fd7c7 100644
--- a/support/nfs/xmalloc.c
+++ b/support/nfs/xmalloc.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 <stdlib.h>
#include <string.h>