mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05: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:
parent
6b9457cae1
commit
7fce0b586b
@ -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>
|
||||
|
@ -20,6 +20,10 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include "timing.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user