aboutsummaryrefslogtreecommitdiff
path: root/include/odp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp.h')
-rw-r--r--include/odp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/odp.h b/include/odp.h
index fe1dc7459..2adcb8b74 100644
--- a/include/odp.h
+++ b/include/odp.h
@@ -24,6 +24,7 @@ extern "C" {
#include <odp/std_types.h>
#include <odp/compiler.h>
#include <odp/align.h>
+#include <odp/hash.h>
#include <odp/hints.h>
#include <odp/debug.h>
#include <odp/byteorder.h>
@@ -54,6 +55,9 @@ extern "C" {
#include <odp/random.h>
#include <odp/errno.h>
#include <odp/thrmask.h>
+#include <odp/spinlock_recursive.h>
+#include <odp/rwlock_recursive.h>
+#include <odp/std_clib.h>
#ifdef __cplusplus
}