Browse Source

Bugfix: scrypt: Add missing include stdbool.h

Luke Dashjr 12 years ago
parent
commit
48c7a5504e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scrypt.c

+ 1 - 0
scrypt.c

@@ -31,6 +31,7 @@
 #include "miner.h"
 
 #include <stdlib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>