aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/gb_proxy.h')
-rw-r--r--include/openbsc/gb_proxy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/openbsc/gb_proxy.h b/include/openbsc/gb_proxy.h
index 18ded2295..c0cdcbf05 100644
--- a/include/openbsc/gb_proxy.h
+++ b/include/openbsc/gb_proxy.h
@@ -1,16 +1,15 @@
#ifndef _GB_PROXY_H
#define _GB_PROXY_H
-#include <sys/types.h>
-#include <osmocore/msgb.h>
+#include <osmocom/core/msgb.h>
#include <openbsc/gprs_ns.h>
#include <osmocom/vty/command.h>
struct gbproxy_config {
/* parsed from config file */
- u_int16_t nsip_sgsn_nsei;
+ uint16_t nsip_sgsn_nsei;
/* misc */
struct gprs_ns_inst *nsi;