summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/netnamer.c
diff options
context:
space:
mode:
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>