pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/30753 )
Change subject: amr: Add missing header stdbool.h ......................................................................
amr: Add missing header stdbool.h
Change-Id: I84e447960c4912147d2f3a6170393370d354625b --- M include/osmocom/netif/amr.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/include/osmocom/netif/amr.h b/include/osmocom/netif/amr.h index 1cc4385..47f7f3d 100644 --- a/include/osmocom/netif/amr.h +++ b/include/osmocom/netif/amr.h @@ -2,6 +2,7 @@ #define _OSMO_AMR_H_
#include <stddef.h> +#include <stdbool.h> #include <stdint.h>
#include <osmocom/core/endian.h>