added HAVE_CONFIG_H

This commit is contained in:
jsorg71 2008-08-10 06:14:14 +00:00
parent e5796ac8a0
commit 4fb3a1a547
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
put all the os / arch define in here you want
*/
#if defined(HAVE_CONFIG_H)
#include "config_ac.h"
#endif
#if defined(_WIN32)
#include <windows.h>
#include <winsock.h>