aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/pdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtp/pdp.c')
-rw-r--r--gtp/pdp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtp/pdp.c b/gtp/pdp.c
index 2be2dd3..9626ce8 100644
--- a/gtp/pdp.c
+++ b/gtp/pdp.c
@@ -28,8 +28,10 @@
#include <netinet/in.h>
#include <string.h>
#include <inttypes.h>
-#include "pdp.h"
-#include "gtp.h"
+
+#include <osmocom/gtp/pdp.h>
+#include <osmocom/gtp/gtp.h>
+
#include "lookupa.h"
#include "queue.h"