commit | b5fd0a47caf5b8de3d618dd6fd7fabae69599a38 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Aug 28 17:00:36 2018 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Fri Sep 14 16:52:34 2018 +0930 |
tree | 42788d7db9cfa23b415d68f1760717a34c481ea3 | |
parent | ea5400f5718cc2faec9c35d44153e45ef7dd3628 [diff] |
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>
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