osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27023 )
Change subject: osmo-bsc-nat/bsc_nat.c: fix missing include
......................................................................
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
https://gerrit.osmocom.org/c/osmo-bsc-nat/+/27023
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc-nat
Gerrit-Branch: master
Gerrit-Change-Id: Ibd30d36eed1a734da25ab3491a4846dd6b70a244
Gerrit-Change-Number: 27023
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange