[MERGED] osmo-iuh[master]: ranap_common.h: fix include of asn1c/asn_application.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Aug 7 12:19:30 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: ranap_common.h: fix include of asn1c/asn_application.h
......................................................................


ranap_common.h: fix include of asn1c/asn_application.h

Change-Id: I152377813cdcfef73e2c4309b0f8c97807d7d4f8
---
M include/osmocom/ranap/ranap_common.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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>

-- 
To view, visit https://gerrit.osmocom.org/3352
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I152377813cdcfef73e2c4309b0f8c97807d7d4f8
Gerrit-PatchSet: 2
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list