From 37da47ac8e43a8fc78e504308f8c51da39fabf1e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 28 Mar 2010 02:40:16 +0000 Subject: Add HAVE_CONFIG_H support to let files receive configure defines. --- cpukit/librpc/src/rpc/svc_run.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/librpc/src/rpc/svc_run.c') diff --git a/cpukit/librpc/src/rpc/svc_run.c b/cpukit/librpc/src/rpc/svc_run.c index c5dda4ab16..963aa0d80b 100644 --- a/cpukit/librpc/src/rpc/svc_run.c +++ b/cpukit/librpc/src/rpc/svc_run.c @@ -37,6 +37,11 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/svc_run.c,v 1.10 1999/08/28 00: * This is the rpc server side idle loop * Wait for input, call server program. */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3