fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/32503 )


Change subject: l1gprs: reorder #includes, add missing <stdbool.h>
......................................................................

l1gprs: reorder #includes, add missing <stdbool.h>

Change-Id: I6fe3b5d85c79a28bc116155c75f7ccd012007f56
Related: OS#5500
---
M include/l1gprs.h
1 file changed, 13 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/03/32503/1

diff --git a/include/l1gprs.h b/include/l1gprs.h
index dbeaf2c..bbd654d 100644
--- a/include/l1gprs.h
+++ b/include/l1gprs.h
@@ -1,8 +1,9 @@
 #pragma once

-#include <osmocom/core/linuxlist.h>
-
 #include <stdint.h>
+#include <stdbool.h>
+
+#include <osmocom/core/linuxlist.h>

 struct l1gprs_state;
 struct msgb;

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/32503
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I6fe3b5d85c79a28bc116155c75f7ccd012007f56
Gerrit-Change-Number: 32503
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to