summaryrefslogtreecommitdiffstats
path: root/ipsec-tools/src/racoon/dnssec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsec-tools/src/racoon/dnssec.c')
-rw-r--r--ipsec-tools/src/racoon/dnssec.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipsec-tools/src/racoon/dnssec.c b/ipsec-tools/src/racoon/dnssec.c
index d52a243f..92b7e72e 100644
--- a/ipsec-tools/src/racoon/dnssec.c
+++ b/ipsec-tools/src/racoon/dnssec.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: dnssec.c,v 1.5 2009/03/12 10:57:26 tteras Exp $ */
/* $KAME: dnssec.c,v 1.2 2001/08/05 18:46:07 itojun Exp $ */
@@ -135,3 +141,6 @@ err:
freecertinfo(res);
return cert;
}
+#ifdef __rtems__
+#include "rtems-bsd-racoon-dnssec-data.h"
+#endif /* __rtems__ */