Added #ifdef HAVE_CONFIG_H #include <config.h> #endif to get WIN32
definition.
This commit is contained in:
parent
529ca14534
commit
a76904c314
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue