]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Include <pthread.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Aug 2008 10:45:55 +0000 (10:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:48 +0000 (12:15 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/threadlib.c

index d7dc75b341246fda9695104eebfd6ddb30d09597..263515e1a1b34e125f86139782c2fa09bb8c653e 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * threadlib.c: Include <pthread.h>.
+
 2008-08-18  Bruno Haible  <bruno@clisp.org>
 
        * lock.h [USE_SOLARIS_THREADS]: Fix glthread_recursive_lock_* macros.
index 72e4bd4d4683bebb1ccc509e3e99eb111eda29c8..84a2d0ec6d12da7ff0dd8ca6420df74da9a2d5f5 100644 (file)
@@ -26,6 +26,8 @@
 
 /* Use the POSIX threads library.  */
 
+# include <pthread.h>
+
 # if PTHREAD_IN_USE_DETECTION_HARD
 
 /* The function to be executed by a dummy thread.  */