[commit: ghc] master: rts: Add missing #include <stdbool.h> (758b81d)
git at git.haskell.org
git at git.haskell.org
Wed Nov 30 01:38:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/758b81d28f15910fa56168d3bf9ab6945f8925c4/ghc
>---------------------------------------------------------------
commit 758b81d28f15910fa56168d3bf9ab6945f8925c4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 29 18:46:15 2016 -0500
rts: Add missing #include <stdbool.h>
>---------------------------------------------------------------
758b81d28f15910fa56168d3bf9ab6945f8925c4
rts/win32/WorkQueue.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/rts/win32/WorkQueue.c b/rts/win32/WorkQueue.c
index 562d048..e560bd2 100644
--- a/rts/win32/WorkQueue.c
+++ b/rts/win32/WorkQueue.c
@@ -4,6 +4,7 @@
* (c) sof, 2002-2003.
*/
#include "WorkQueue.h"
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
More information about the ghc-commits
mailing list