strrb: Add missing #include to talloc.h

The strrb.c code uses talloc API without using the proper #include.

Change-Id: I4ac485324f40545339d8df6884f1dea319a23648
This commit is contained in:
Harald Welte 2017-05-15 12:50:58 +02:00
parent 20725b9eea
commit a5bb2b9586
1 changed files with 1 additions and 0 deletions

View File

@ -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.