1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00

Add missing include

This commit is contained in:
Moritz Grimm 2018-01-23 10:42:45 +00:00
parent 75a9a410aa
commit ca76365c61

View File

@ -20,6 +20,9 @@
#include "compat.h"
#if defined(HAVE_LIBGEN_H) && !defined(__linux__)
# include <libgen.h>
#endif /* HAVE_LIBGEN_H && !__linux__ */
#include <limits.h>
#include <stdio.h>
#include <string.h>