summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/netnamer.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 02:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 02:40:16 +0000
commit37da47ac8e43a8fc78e504308f8c51da39fabf1e (patch)
tree83f683dfe79ef975e8a14dc723e790b9d1df5d9d /cpukit/librpc/src/rpc/netnamer.c
parent2010-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-37da47ac8e43a8fc78e504308f8c51da39fabf1e.tar.bz2
Add HAVE_CONFIG_H support to let files receive configure defines.
Diffstat (limited to 'cpukit/librpc/src/rpc/netnamer.c')
-rw-r--r--cpukit/librpc/src/rpc/netnamer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/librpc/src/rpc/netnamer.c b/cpukit/librpc/src/rpc/netnamer.c
index 82bc3c8ed7..aa9397e03c 100644
--- a/cpukit/librpc/src/rpc/netnamer.c
+++ b/cpukit/librpc/src/rpc/netnamer.c
@@ -36,6 +36,10 @@ static char sccsid[] = "@(#)netnamer.c 1.13 91/03/11 Copyr 1986 Sun Micro";
* will work with any unix system that has adopted the sun NIS domain
* architecture.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/param.h>
#include <rpc/rpc.h>
#include <rpc/rpc_com.h>