pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-netif/+/30692 )

Change subject: amr.h: Fix missing include dependencies
......................................................................

amr.h: Fix missing include dependencies

Needed for size_t uint8_t, etc.

Change-Id: Ia808c2b6c426de79db5c88784dd7bce6096179aa
---
M include/osmocom/netif/amr.h
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  osmith: Looks good to me, approved



diff --git a/include/osmocom/netif/amr.h b/include/osmocom/netif/amr.h
index 47be122..382c66a 100644
--- a/include/osmocom/netif/amr.h
+++ b/include/osmocom/netif/amr.h
@@ -1,6 +1,9 @@
 #ifndef _OSMO_AMR_H_
 #define _OSMO_AMR_H_

+#include <stddef.h>
+#include <stdint.h>
+
 #include <osmocom/core/endian.h>

 /* As defined by RFC3267: Adaptive Multi-Rate (AMR) */

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

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ia808c2b6c426de79db5c88784dd7bce6096179aa
Gerrit-Change-Number: 30692
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to