Added #ifdef HAVE_CONFIG_H #include <config.h> #endif to get WIN32

definition.
This commit is contained in:
curt 1998-07-03 11:54:50 +00:00
parent 529ca14534
commit a76904c314

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>