Max has submitted this change and it was merged. (
https://gerrit.osmocom.org/12958 )
Change subject: Move C include to proper place
......................................................................
Move C include to proper place
Change-Id: Id58d1820b94d54ce73ed40edb7747ef975890a7b
---
M src/encoding.cpp
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
Pau Espin Pedrol: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved
diff --git a/src/encoding.cpp b/src/encoding.cpp
index 1f96458..0241b39 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -28,9 +28,8 @@
extern "C" {
#include <osmocom/gprs/protocol/gsm_04_60.h>
-}
-
#include <osmocom/gsm/protocol/gsm_04_08.h>
+}
#include <stdbool.h>
#include <errno.h>
--
To view, visit https://gerrit.osmocom.org/12958
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id58d1820b94d54ce73ed40edb7747ef975890a7b
Gerrit-Change-Number: 12958
Gerrit-PatchSet: 2
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>