1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Update: Include <config.h> as we need it

This commit is contained in:
Philipp Schafft 2018-06-17 08:57:31 +00:00
parent 6136810f27
commit 41ab50dc9a

View File

@ -20,6 +20,10 @@
* Solaris.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif