X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fsvc_run.c;h=7a8a595e2a60b7df657090fb0cd09918b736349e;hp=a1ef74adf306c4e7abb302754ea0f25c256b9b0a;hb=ac5b03be829b4c9369ebfb07a688308721103228;hpb=1275be70ca6cd6c4bec07a3381f7b510086c5526 diff --git a/utils/mountd/svc_run.c b/utils/mountd/svc_run.c index a1ef74a..7a8a595 100644 --- a/utils/mountd/svc_run.c +++ b/utils/mountd/svc_run.c @@ -43,7 +43,11 @@ * This is the RPC server side idle loop. * Wait for input, call server program. */ -#include "config.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include "xlog.h"