aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-25 15:35:58 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-31 13:20:00 +0200
commit13850b1e5dc10975bf0452d2b8290bdbe2a8356f (patch)
tree62990b7f1b53ebf530969f3139befddd947abf27 /include
parenta3bcd6d1e71e866fa96a40437aeff9a6e44c76a2 (diff)
ranap_common.h: fix include of asn1c/asn_application.h
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ranap/ranap_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/ranap/ranap_common.h b/include/osmocom/ranap/ranap_common.h
index 66b8c3e..8899bd5 100644
--- a/include/osmocom/ranap/ranap_common.h
+++ b/include/osmocom/ranap/ranap_common.h
@@ -1,6 +1,6 @@
#pragma once
-#include <asn_application.h>
+#include <asn1c/asn_application.h>
/* for f in ranap/RANAP_*.h; printf "#include \"$f\"\n" */
#include <osmocom/ranap/RANAP_APN.h>