osmith has uploaded this change for review.
osmo-bsc-nat/bsc_nat.c: fix missing include
Related: SYS#5560
Change-Id: Ibd30d36eed1a734da25ab3491a4846dd6b70a244
---
M src/osmo-bsc-nat/bsc_nat.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc-nat refs/changes/23/27023/1
diff --git a/src/osmo-bsc-nat/bsc_nat.c b/src/osmo-bsc-nat/bsc_nat.c
index 149e7cb..f3a6748 100644
--- a/src/osmo-bsc-nat/bsc_nat.c
+++ b/src/osmo-bsc-nat/bsc_nat.c
@@ -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)
To view, visit change 27023. To unsubscribe, or for help writing mail filters, visit settings.