Browse Source

Merge branch 'bugfix_ssize_t_header' into bfgminer

Luke Dashjr 13 years ago
parent
commit
8aa042d9d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fpgautils.h

+ 1 - 0
fpgautils.h

@@ -13,6 +13,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
+#include <unistd.h>
 
 typedef bool(*detectone_func_t)(const char*);
 typedef int(*autoscan_func_t)();