minor header inclusion fixes for vc++

SVN revision: 34800
This commit is contained in:
doursse 2008-06-11 20:36:35 +00:00 committed by doursse
parent 29dddeec44
commit f372541271
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,9 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef _WIN32
# include <winsock2.h>

View File

@ -6,13 +6,13 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_DLFCN_H
# include <dlfcn.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_EVIL_H
# include <evil.h>
#endif