[PATCH] libosmo-netif[master]: stream.h: Add missing stdbool.h include

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Apr 12 13:07:26 UTC 2017


Review at  https://gerrit.osmocom.org/2311

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
---
M include/osmocom/netif/stream.h
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/11/2311/1

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
  *  @{
  */

-- 
To view, visit https://gerrit.osmocom.org/2311
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I736cb04629d516c10c7d5f42f792ed3d5ae6658f
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list