aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-12 15:06:37 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-12 15:06:37 +0200
commit73a44d23488d02825825581bcd962b0757a7a26a (patch)
tree3b06a8818e1f2674adf05c3e0eb5b81c44502564
parent5ae42bca913c94b7f93fdc6a72f0aff885f5d794 (diff)
stream.h: Add missing stdbool.h include
Functions introduced in 9ec26583cd807e0aeaa3b9de927f3d8a768c3a71 are using the bool type without referencing stdbool.h as include file. Change-Id: I736cb04629d516c10c7d5f42f792ed3d5ae6658f
-rw-r--r--include/osmocom/netif/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/netif/stream.h b/include/osmocom/netif/stream.h
index 7afb7af..08af3fd 100644
--- a/include/osmocom/netif/stream.h
+++ b/include/osmocom/netif/stream.h
@@ -1,6 +1,8 @@
#ifndef _OSMO_STREAM_H_
#define _OSMO_STREAM_H_
+#include <stdbool.h>
+
/*! \addtogroup stream
* @{
*/