summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/rtems_portmapper.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/rtems_portmapper.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/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>