stream.h: Add missing stdbool.h include

Functions introduced in 9ec26583cd are
using the bool type without referencing stdbool.h as include file.

Change-Id: I736cb04629d516c10c7d5f42f792ed3d5ae6658f
This commit is contained in:
Harald Welte 2017-04-12 15:06:37 +02:00
parent 5ae42bca91
commit 73a44d2348
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef _OSMO_STREAM_H_
#define _OSMO_STREAM_H_
#include <stdbool.h>
/*! \addtogroup stream
* @{
*/