summaryrefslogtreecommitdiffstats
path: root/ipsec-tools/src/racoon/algorithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipsec-tools/src/racoon/algorithm.c')
-rw-r--r--ipsec-tools/src/racoon/algorithm.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipsec-tools/src/racoon/algorithm.c b/ipsec-tools/src/racoon/algorithm.c
index 3fd50f6e..e3552674 100644
--- a/ipsec-tools/src/racoon/algorithm.c
+++ b/ipsec-tools/src/racoon/algorithm.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: algorithm.c,v 1.8 2006/10/06 12:02:27 manu Exp $ */
/* Id: algorithm.c,v 1.15 2006/05/23 20:23:09 manubsd Exp */
@@ -955,3 +961,6 @@ algclass2doi(class)
/*NOTREACHED*/
return -1;
}
+#ifdef __rtems__
+#include "rtems-bsd-racoon-algorithm-data.h"
+#endif /* __rtems__ */