Browse Source

Bugfix: Include unistd.h needed for ssize_t type

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

+ 1 - 0
fpgautils.h

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