Added a missing #include to fix a MSVC warning

This commit is contained in:
Tsuda Kageyu
2013-06-21 03:08:21 +09:00
parent 8be47ec8dc
commit 09b574a19a

View File

@ -19,6 +19,10 @@
* USA *
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <fileref.h>
#include <tfile.h>