From 3c414e7668d6db3ac738f8850b9e038495ee5e3a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 8 Feb 2011 23:42:18 +0000 Subject: Stop win32 frontend using 100% cpu time when idle svn path=/trunk/netsurf/; revision=11633 --- utils/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index b05785390..8b6ce900a 100644 --- a/utils/config.h +++ b/utils/config.h @@ -50,7 +50,7 @@ char *strchrnul(const char *s, int c); #define HAVE_INETATON #if (defined(_WIN32)) #undef HAVE_INETATON -#include +#include #define EAFNOSUPPORT WSAEAFNOSUPPORT int inet_aton(const char *cp, struct in_addr *inp); #else -- cgit v1.2.3