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

include <string.h>

svn path=/icecast/trunk/icecast/; revision=19361
This commit is contained in:
Philipp Schafft 2014-11-29 08:28:55 +00:00
parent 5cd1a0cb03
commit fa9ab8eeea

View File

@ -14,6 +14,9 @@
#include <config.h>
#endif
/* for strcmp() and strdup() */
#include <string.h>
#include "auth.h"
#include "client.h"