Fix for Debian-build (missing uinstd.h)
This commit is contained in:
parent
702aef6eab
commit
d3b0a279b8
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "ftd2xx.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue