summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/rtems_portmapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src/rpc/rtems_portmapper.c')
-rw-r--r--cpukit/librpc/src/rpc/rtems_portmapper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/librpc/src/rpc/rtems_portmapper.c b/cpukit/librpc/src/rpc/rtems_portmapper.c
index dff0ec7cde..1fc035543f 100644
--- a/cpukit/librpc/src/rpc/rtems_portmapper.c
+++ b/cpukit/librpc/src/rpc/rtems_portmapper.c
@@ -27,6 +27,10 @@
* Mountain View, California 94043
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <stdio.h>