1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00
svn path=/trunk/net/; revision=4887
This commit is contained in:
brendan 2003-06-05 19:18:00 +00:00
parent 0fdc54b774
commit eb5afc0cfb
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#ifdef HAVE_SYS_SOCKET_H
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif

View File

@ -20,8 +20,8 @@
#include <unistd.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include "timing.h"