summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-28 17:00:36 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-14 16:52:34 +0930
commitb5fd0a47caf5b8de3d618dd6fd7fabae69599a38 (patch)
tree42788d7db9cfa23b415d68f1760717a34c481ea3
parentea5400f5718cc2faec9c35d44153e45ef7dd3628 (diff)
downloadphosphor-mboxbridge-b5fd0a47caf5b8de3d618dd6fd7fabae69599a38.tar.gz
phosphor-mboxbridge-b5fd0a47caf5b8de3d618dd6fd7fabae69599a38.zip
windows: Include stdbool.h
windows_reset_all() returns a boolean value, so make sure we don't place annoying requirements on the users. Change-Id: I0f9a45256e2236c0a76696e2cc8a2df2ad0a98bd Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rw-r--r--windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 10d76f9..c32f83b 100644
--- a/windows.h
+++ b/windows.h
@@ -4,6 +4,8 @@
#ifndef WINDOWS_H
#define WINDOWS_H
+#include <stdbool.h>
+
#define WINDOWS_NO_FLUSH false
#define WINDOWS_WITH_FLUSH true
OpenPOWER on IntegriCloud