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/pmap_prot2.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/librpc/src/rpc/pmap_prot2.c') diff --git a/cpukit/librpc/src/rpc/pmap_prot2.c b/cpukit/librpc/src/rpc/pmap_prot2.c index c48942d84e..208c8a412a 100644 --- a/cpukit/librpc/src/rpc/pmap_prot2.c +++ b/cpukit/librpc/src/rpc/pmap_prot2.c @@ -40,6 +40,10 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/pmap_prot2.c,v 1.7 1999/08/28 0 * Copyright (C) 1984, Sun Microsystems, Inc. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3