serial: Fix Windows build.
This commit is contained in:
parent
c216d62307
commit
0f84cda05d
|
@ -29,10 +29,10 @@
|
|||
#else
|
||||
#include <glob.h>
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <glib.h>
|
||||
#include "libsigrok.h"
|
||||
#include "libsigrok-internal.h"
|
||||
|
|
Loading…
Reference in New Issue