diff options
Diffstat (limited to 'support/nfs/xio.c')
-rw-r--r-- | support/nfs/xio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/nfs/xio.c b/support/nfs/xio.c index 3850aab..4a3f181 100644 --- a/support/nfs/xio.c +++ b/support/nfs/xio.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 <sys/fcntl.h> #include <string.h> |