aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sndcp.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-23 18:26:56 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-23 18:33:26 +0100
commitd36ff76f9d24f05145e3cd3f3fceb5262fc746f5 (patch)
tree3bb6706256efeac4cc8449e61cc0129c0244b0bc /openbsc/src/gprs/gprs_sndcp.h
parent136f453dd2492b95004461a33c90b11732f33bd8 (diff)
Fix build of bsc-nat and GPRS code after include path change
The last patch changed the osmocore include paths, this fixes some build problems caused by it
Diffstat (limited to 'openbsc/src/gprs/gprs_sndcp.h')
-rw-r--r--openbsc/src/gprs/gprs_sndcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_sndcp.h b/openbsc/src/gprs/gprs_sndcp.h
index e9a50be1c..ec35d7ba0 100644
--- a/openbsc/src/gprs/gprs_sndcp.h
+++ b/openbsc/src/gprs/gprs_sndcp.h
@@ -2,7 +2,7 @@
#define _INT_SNDCP_H
#include <stdint.h>
-#include <osmocore/linuxlist.h>
+#include <osmocom/core/linuxlist.h>
/* A fragment queue header, maintaining list of fragments for one N-PDU */
struct defrag_state {