1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

added <errno.h> as we use errno

This commit is contained in:
Philipp Schafft 2015-07-28 21:53:02 +00:00
parent c0e895404e
commit 69cf9ad6c2

View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include <sys/types.h>