X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fsvc_run.c;h=67bb05cccfed5a486f8e294a5f575a3c961b2b43;hb=2e075a16da4963f54cd556403ca9e15a68de27fd;hp=597b68d31fdcc83f9b9d50c380983e9ffa565cee;hpb=f73e7b9f69835d483cee95e6a20b6307b9d16b77;p=nfs-utils.git diff --git a/utils/statd/svc_run.c b/utils/statd/svc_run.c index 597b68d..67bb05c 100644 --- a/utils/statd/svc_run.c +++ b/utils/statd/svc_run.c @@ -47,7 +47,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 "statd.h"