From: hniksic Date: Wed, 6 Jul 2005 22:37:31 +0000 (-0700) Subject: [svn] Explicitly include config-compiler.h. X-Git-Tag: v1.13~774 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=725aa01f05447589dd1e96ad601482b530b8f891 [svn] Explicitly include config-compiler.h. --- diff --git a/windows/config.h b/windows/config.h index 254a7920..0936f639 100644 --- a/windows/config.h +++ b/windows/config.h @@ -216,6 +216,8 @@ code using `volatile' can become incorrect without. Disable with care. */ #undef volatile +/* Include compiler-specific defines. */ +#include "config-compiler.h" #include "config-post.h"