aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-14 20:35:00 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-14 20:35:00 +0200
commita68b3a37c516981e88532f918ef1e927b0baab48 (patch)
tree2fbbc56ac5ca0bdbb9aa6fe102ea03e7afd9294c
parent3674df68fdba6c7c449501c2341fde4b1438c1ca (diff)
use include/osmocom/core instead of include/osmocore
-rw-r--r--include/asn1c/asn_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asn1c/asn_internal.h b/include/asn1c/asn_internal.h
index c03dc6b..e6da3fe 100644
--- a/include/asn1c/asn_internal.h
+++ b/include/asn1c/asn_internal.h
@@ -15,7 +15,7 @@
#include <assert.h> /* for assert() macro */
#endif
-#include <osmocore/talloc.h>
+#include <osmocom/core/talloc.h>
#ifdef __cplusplus
extern "C" {