X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fmount_dispatch.c;h=f00c0c59316fe30454f1f3edb819e44b0748c46a;hp=e87831a6969412c2abe450dda8afffaf1ed7f811;hb=ff7c7426065f816ec3c6cd9c46d9ffbfbff80d71;hpb=5591654c71e7e2e5959c8718a7e880516b9081e8 diff --git a/utils/mountd/mount_dispatch.c b/utils/mountd/mount_dispatch.c index e87831a..f00c0c5 100644 --- a/utils/mountd/mount_dispatch.c +++ b/utils/mountd/mount_dispatch.c @@ -4,7 +4,9 @@ * Copyright (C) 1995 Olaf Kirch */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #ifdef HAVE_TCP_WRAPPER #include "tcpwrapper.h"