From: Stefan Fritsch Date: Thu, 25 Nov 2010 22:32:10 +0000 (+0000) Subject: Another Windows build fix X-Git-Tag: 2.3.10~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3264064750a6300e61b8c041eace4fb98531f386;p=apache Another Windows build fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039208 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_expr_private.h b/server/util_expr_private.h index 517c87d126..2979ba5fe0 100644 --- a/server/util_expr_private.h +++ b/server/util_expr_private.h @@ -30,6 +30,10 @@ #define MIN(a,b) (((a)<(b))?(a):(b)) #endif +#if !APR_HAVE_UNISTD_H +#define YY_NO_UNISTD_H +#endif + #ifndef YYDEBUG #define YYDEBUG 0 #endif