sport: fix build on Windows.
This commit is contained in:
parent
e491e14c3d
commit
611574cc86
|
@ -20,7 +20,6 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "sport.h"
|
||||
|
@ -36,6 +35,8 @@
|
|||
|
||||
#ifndef __Windows__
|
||||
|
||||
#include <sys/select.h>
|
||||
|
||||
#ifndef B460800
|
||||
#define B460800 460800
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue