serial: Fix Windows build.

This commit is contained in:
Uwe Hermann 2012-12-01 22:34:53 +01:00
parent c216d62307
commit 0f84cda05d
1 changed files with 1 additions and 1 deletions

View File

@ -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"