1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

Fix: fixed missing includes of standard headers.

This fixes missing includes of standard headers.
This seems to happened as a result of cleaning up the protocol code.
This commit is contained in:
Philipp Schafft 2015-11-20 19:37:55 +00:00
parent 31c0511a7f
commit bac982d2c8

View File

@ -27,6 +27,7 @@
#endif
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>