From b25b88e732daf787959e61abb9cee60f3ca23227 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 28 Mar 2010 05:50:29 +0000 Subject: Add HAVE_CONFIG_H support to let files receive configure defines. --- cpukit/libnetworking/lib/getprotoby.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/libnetworking/lib/getprotoby.c') diff --git a/cpukit/libnetworking/lib/getprotoby.c b/cpukit/libnetworking/lib/getprotoby.c index cefa5c1ff2..7cbbe32f1d 100644 --- a/cpukit/libnetworking/lib/getprotoby.c +++ b/cpukit/libnetworking/lib/getprotoby.c @@ -2,6 +2,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3