summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/strrb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strrb.c b/src/strrb.c
index 8f925bd3..069a6993 100644
--- a/src/strrb.c
+++ b/src/strrb.c
@@ -30,6 +30,7 @@
#include <string.h>
#include <osmocom/core/strrb.h>
+#include <osmocom/core/talloc.h>
/* Ringbuffer assumptions, invarients, and notes:
* - start is the index of the first used index slot in the ring buffer.