1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Adding limits.h to fix build problems on e.g. newer glibc.

svn path=/icecast/trunk/icecast/; revision=18459
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2012-07-17 21:24:45 +00:00
parent 4049fb2539
commit 9c2db2107f

View File

@ -27,6 +27,7 @@
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <limits.h>
#else
#include <winsock2.h>
#include <windows.h>