aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/talloc.h')
-rw-r--r--include/osmocom/core/talloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/core/talloc.h b/include/osmocom/core/talloc.h
new file mode 100644
index 00000000..df7ea7fd
--- /dev/null
+++ b/include/osmocom/core/talloc.h
@@ -0,0 +1,4 @@
+/* Convenience wrapper. libosmocore used to ship its own internal copy of
+ * talloc, before libtalloc became a standard component on most systems */
+#pragma once
+#include <talloc.h>