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 */