aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-09 11:55:18 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-11 12:51:38 +0100
commitf2307c483f6c2ac7d2fac6430092b6c4528d585a (patch)
tree345b4e38f81da5f215521379634e73d4f748cab9 /tests
parent15a52d92c41f315d5f463e597be9498d09f83935 (diff)
Move gtphub header to include/osmocom/gtphub/
Diffstat (limited to 'tests')
-rw-r--r--tests/gtphub/gtphub_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtphub/gtphub_test.c b/tests/gtphub/gtphub_test.c
index 13d2636b2..4f5831526 100644
--- a/tests/gtphub/gtphub_test.c
+++ b/tests/gtphub/gtphub_test.c
@@ -30,7 +30,7 @@
#include <osmocom/sgsn/debug.h>
-#include <osmocom/sgsn/gtphub.h>
+#include <osmocom/gtphub/gtphub.h>
#include <gtp.h>
#include <gtpie.h>