X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmountd%2Fsvc_run.c;h=7a8a595e2a60b7df657090fb0cd09918b736349e;hb=7194d7d6320736c14f40d31c3738d40f3119ead5;hp=a1ef74adf306c4e7abb302754ea0f25c256b9b0a;hpb=1275be70ca6cd6c4bec07a3381f7b510086c5526;p=nfs-utils.git 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"