1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

Karl's sys/select.h patch for fbsd. It must be under another std include on

OS X for some reason.

svn path=/trunk/net/; revision=4886
This commit is contained in:
brendan 2003-06-05 19:02:36 +00:00
parent ced88f98a8
commit 0fdc54b774
2 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,9 @@
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/select.h>
#endif
#ifndef _WIN32
#include <unistd.h>

View File

@ -20,6 +20,10 @@
#include <unistd.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include "timing.h"
/*