sport: fix build on Windows.

This commit is contained in:
Daniel Beer 2012-12-18 13:59:26 +12:00
parent e491e14c3d
commit 611574cc86
1 changed files with 2 additions and 1 deletions

View File

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