From: Bruno Haible Date: Sun, 17 Aug 2008 16:36:46 +0000 (+0000) Subject: Include always. X-Git-Tag: v0.18~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f8933babebfb47cdabc7617f9f0e7d5e1de3e1;p=thirdparty%2Fgettext.git Include always. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index af4d209a6..0395842ef 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2008-08-17 Bruno Haible + + * lock.h: Include always. + 2008-08-17 Bruno Haible * threadlib.c: New file, extracted from lock.c. diff --git a/gettext-runtime/intl/lock.h b/gettext-runtime/intl/lock.h index 9c5003831..7b0d26dc3 100644 --- a/gettext-runtime/intl/lock.h +++ b/gettext-runtime/intl/lock.h @@ -81,6 +81,7 @@ #define _LOCK_H #include +#include /* ========================================================================= */ @@ -89,7 +90,6 @@ /* Use the POSIX threads library. */ # include -# include # ifdef __cplusplus extern "C" { @@ -383,7 +383,6 @@ extern int glthread_once_singlethreaded (pthread_once_t *once_control); /* Use the GNU Pth threads library. */ # include -# include # ifdef __cplusplus extern "C" { @@ -493,7 +492,6 @@ extern int glthread_once_singlethreaded (pth_once_t *once_control); # include # include -# include # ifdef __cplusplus extern "C" {