summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-11-29 18:46:15 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-29 18:46:32 -0500
commit758b81d28f15910fa56168d3bf9ab6945f8925c4 (patch)
tree0be58cea326dab91a4a97a880dd41b4c6a446b74
parent428e152be6bb0fd3867e41cee82a6d5968a11a26 (diff)
downloadhaskell-758b81d28f15910fa56168d3bf9ab6945f8925c4.tar.gz
rts: Add missing #include <stdbool.h>
-rw-r--r--rts/win32/WorkQueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/win32/WorkQueue.c b/rts/win32/WorkQueue.c
index 562d04859c..e560bd24cd 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>