Include <pthread.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Aug 2008 10:44:48 +0000 (12:44 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Aug 2008 10:44:48 +0000 (12:44 +0200)
ChangeLog
lib/glthread/threadlib.c

index 5f017b535f8afb8d8fcef7ccc83384b7a8c4855c..bc8db383d830ec21c38f8057e44d8440f2521b80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * lib/glthread/threadlib.c: Include <pthread.h>.
+
 2008-08-18  Bruno Haible  <bruno@clisp.org>
 
        * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
index a1601deb66a4ff01507f91ea1491889449ad46ae..c1219528934fb11b681034514f606bf17ab7712d 100644 (file)
@@ -25,6 +25,8 @@
 
 /* Use the POSIX threads library.  */
 
+# include <pthread.h>
+
 # if PTHREAD_IN_USE_DETECTION_HARD
 
 /* The function to be executed by a dummy thread.  */