Commit 08a6cba2 authored by Jim Harris's avatar Jim Harris Committed by Daniel Verkamp
Browse files

util: add stdbool.h include to io_channel.h



A previous commit added use of 'bool' but did not add
a stdbool.h include.  All files including io_channel.h
already were including stdbool.h, but adding it here
so that we do not depend on that for future usages.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Iaa88a0747889fe02f327059c99bc751c9ab326f7
parent c1341b07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
#define SPDK_IO_CHANNEL_H_

#include <inttypes.h>
#include <stdbool.h>

#include "spdk/queue.h"