aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-12-21 17:12:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-12-21 18:37:45 +0100
commit17b1142959f6f916e5d3c04c0622a69acfe51667 (patch)
tree8787921fd26aef271dc367479095ecad45cbfe8f
parent8ede0098b8c17b1b994c17ba13aad8143c50fd94 (diff)
amr: Add missing header stdbool.h
-rw-r--r--include/osmocom/netif/amr.h1
1 files changed, 1 insertions, 0 deletions
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>