Browse Source

Bugfix: SGW: Add missing include stdbool.h

Luke Dashjr 12 years ago
parent
commit
55f9aa7c1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-getwork.c

+ 1 - 0
driver-getwork.c

@@ -13,6 +13,7 @@
 #include <winsock2.h>
 #endif
 
+#include <stdbool.h>
 #include <stdint.h>
 
 #ifndef WIN32