Add HAVE_CONFIG_H to file_stream.c

This commit is contained in:
twinaphex 2017-11-25 06:17:19 +01:00
parent 0485bab0ef
commit 72fdfb1edd

View File

@ -25,6 +25,10 @@
#include <string.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_WIN32)
# ifdef _MSC_VER
# define setmode _setmode