From: Amos Jeffries Date: Fri, 8 Oct 2010 06:33:32 +0000 (+1300) Subject: Fix xstrto.h stdbool wrapping X-Git-Tag: take1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d15c6431626fe43b8637537d42a8584c5035007;p=thirdparty%2Fsquid.git Fix xstrto.h stdbool wrapping --- diff --git a/include/xstrto.h b/include/xstrto.h index 2a8b6d735f..7283659bf0 100644 --- a/include/xstrto.h +++ b/include/xstrto.h @@ -3,7 +3,7 @@ #include "config.h" -#ifdef HAVE_STDBOOL_H +#if HAVE_STDBOOL_H #include #endif