summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-07 18:03:48 +0200
committerPablo Neira Ayuso2011-06-07 18:03:48 +0200
commite47a9789423a07702093b8d6df19cf4c1f676e4d (patch)
treec24d3a15af014a61c360eecf580ba1930ad59da5
parentinclude: remove superfluous definition from internal.h (diff)
downloadlibosmo-abis-e47a9789423a07702093b8d6df19cf4c1f676e4d.tar.gz
libosmo-abis-e47a9789423a07702093b8d6df19cf4c1f676e4d.tar.xz
libosmo-abis-e47a9789423a07702093b8d6df19cf4c1f676e4d.zip
hsl: use include/abis/ipaccess.h
instead of deprecated include/gsm/protocol/ipaccess.h
-rw-r--r--src/input/hsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/hsl.c b/src/input/hsl.c
index 97475cf..068989b 100644
--- a/src/input/hsl.c
+++ b/src/input/hsl.c
@@ -49,7 +49,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/abis/e1_input.h>
#include <osmocom/core/logging.h>
-#include <osmocom/gsm/protocol/ipaccess.h>
+#include <osmocom/abis/ipaccess.h>
#include <osmocom/core/socket.h>
#include <talloc.h>