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