aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-04-15 23:17:38 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-05-02 07:26:30 +0000
commit56add1e78064698fdf909cf000d413357303af8a (patch)
treefcae9f3638c11b8bc2f485a8f5d33d40d4372c00
parent4e93766a4bcdfc69869f635cc99e7301ba0ac43b (diff)
stream.h: Add missing stdint.h include
This header uses uint16_t, which is provided by stdint.h. Change-Id: I399e2986c9d8cb5b3dd31673a6b4bf63070a4770
-rw-r--r--include/osmocom/netif/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/netif/stream.h b/include/osmocom/netif/stream.h
index 08af3fd..4e1beb6 100644
--- a/include/osmocom/netif/stream.h
+++ b/include/osmocom/netif/stream.h
@@ -2,6 +2,7 @@
#define _OSMO_STREAM_H_
#include <stdbool.h>
+#include <stdint.h>
/*! \addtogroup stream
* @{