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
|
#ifdef _WINDOWS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#else
|
||||||
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
#include "ftd2xx.h"
|
#include "ftd2xx.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue