 
            fixeria has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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;
