osmo-bsc-nat/bsc_nat.c: fix missing include

Related: SYS#5560
Change-Id: Ibd30d36eed1a734da25ab3491a4846dd6b70a244
This commit is contained in:
Oliver Smith 2022-01-31 14:24:15 +01:00
parent 5704c7e2ce
commit d9c34fdc44
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <osmocom/core/talloc.h>
#include <osmocom/core/utils.h>
#include <osmocom/bsc_nat/bsc_nat.h>
struct bsc_nat *bsc_nat_alloc(void *tall_ctx)