aboutsummaryrefslogtreecommitdiffstats
path: root/src/pq_rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq_rtp.c')
-rw-r--r--src/pq_rtp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pq_rtp.c b/src/pq_rtp.c
index f5603de..d7d924e 100644
--- a/src/pq_rtp.c
+++ b/src/pq_rtp.c
@@ -27,9 +27,9 @@
#include <arpa/inet.h>
-#include <gapk/codecs.h>
-#include <gapk/formats.h>
-#include <gapk/procqueue.h>
+#include <osmocom/gapk/codecs.h>
+#include <osmocom/gapk/formats.h>
+#include <osmocom/gapk/procqueue.h>
#ifndef __BYTE_ORDER
# ifdef __APPLE__