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/.
Max gerrit-no-reply at lists.osmocom.orgMax has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/58/12958/1
diff --git a/src/encoding.cpp b/src/encoding.cpp
index 29a62e7..2c89819 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: newchange
Gerrit-Change-Id: Id58d1820b94d54ce73ed40edb7747ef975890a7b
Gerrit-Change-Number: 12958
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190219/c41e8ff1/attachment.htm>