Add missing config.h include

master
Christopher J. Morrone 2011-11-11 14:31:24 -08:00
parent 03c1eada57
commit 3ff7a4a4ae
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
#ifndef _IORDEF_H
#define _IORDEF_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef _WIN32
# define _CRT_SECURE_NO_WARNINGS
# define _CRT_RAND_S