From 4972ba5bb800b4cf22c1bc891a3fc70085129e12 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 29 Jun 2005 06:36:34 -0700 Subject: [PATCH] [svn] Explicitly include config-post.h. --- windows/ChangeLog | 6 ++++++ windows/config.h.bor | 2 ++ windows/config.h.ms | 2 ++ 3 files changed, 10 insertions(+) diff --git a/windows/ChangeLog b/windows/ChangeLog index fdfc32f6..5f58b761 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,9 @@ +2005-06-29 Hrvoje Niksic + + * config.h.ms: Ditto. + + * config.h.bor: Explicitly include config-post.h. + 2005-06-29 Gisle Vanem * config.h.mingw: MinGW has limits.h, uint32_t, and the diff --git a/windows/config.h.bor b/windows/config.h.bor index 16abcd2b..eded0cbc 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -145,4 +145,6 @@ /* Define if you have uint32_t. */ /* #define HAVE_UINT32_T */ +#include "config-post.h" + #endif /* CONFIG_H */ diff --git a/windows/config.h.ms b/windows/config.h.ms index 06285fc7..29f1d811 100644 --- a/windows/config.h.ms +++ b/windows/config.h.ms @@ -147,4 +147,6 @@ /* Define if you have uint32_t. */ #undef HAVE_UINT32_T +#include "config-post.h" + #endif /* CONFIG_H */ -- 2.39.2