aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gtphub_ares.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gtphub_ares.c')
-rw-r--r--src/gprs/gtphub_ares.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gprs/gtphub_ares.c b/src/gprs/gtphub_ares.c
index afeeda657..87dc860c4 100644
--- a/src/gprs/gtphub_ares.c
+++ b/src/gprs/gtphub_ares.c
@@ -28,15 +28,15 @@
#include <string.h>
#include <unistd.h>
-#include <openbsc/gtphub.h>
-#include <openbsc/debug.h>
+#include <osmocom/sgsn/gtphub.h>
+#include <osmocom/sgsn/debug.h>
#include <osmocom/core/utils.h>
#include <osmocom/gsm/apn.h>
/* TODO split GRX ares from sgsn into a separate struct and allow use without
* globals. */
-#include <openbsc/sgsn.h>
+#include <osmocom/sgsn/sgsn.h>
extern struct sgsn_instance *sgsn;
struct sgsn_instance sgsn_inst = { 0 };