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/xdr/xdr_rec.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/librpc/src/xdr/xdr_rec.c') diff --git a/cpukit/librpc/src/xdr/xdr_rec.c b/cpukit/librpc/src/xdr/xdr_rec.c index d43b5bee9f..7e47527d3c 100644 --- a/cpukit/librpc/src/xdr/xdr_rec.c +++ b/cpukit/librpc/src/xdr/xdr_rec.c @@ -49,6 +49,10 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_rec.c,v 1.12 2000/01/19 06: * The other 31 bits encode the byte length of the fragment. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3