summaryrefslogtreecommitdiffstats
path: root/ipsec-tools/src/racoon/remoteconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsec-tools/src/racoon/remoteconf.c')
-rw-r--r--ipsec-tools/src/racoon/remoteconf.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipsec-tools/src/racoon/remoteconf.c b/ipsec-tools/src/racoon/remoteconf.c
index 04ae2687..bc91a294 100644
--- a/ipsec-tools/src/racoon/remoteconf.c
+++ b/ipsec-tools/src/racoon/remoteconf.c
@@ -1,3 +1,9 @@
+#include <machine/rtems-bsd-user-space.h>
+#ifdef __rtems__
+#include <machine/rtems-bsd-program.h>
+#include "rtems-bsd-racoon-namespace.h"
+#endif /* __rtems__ */
+
/* $NetBSD: remoteconf.c,v 1.26 2011/03/14 15:50:36 vanhu Exp $ */
/* Id: remoteconf.c,v 1.38 2006/05/06 15:52:44 manubsd Exp */
@@ -1246,3 +1252,6 @@ checkisakmpsa(pcheck_level, proposal, acceptable)
return NULL;
}
+#ifdef __rtems__
+#include "rtems-bsd-racoon-remoteconf-data.h"
+#endif /* __rtems__ */