[haiku-commits] r35103 - haiku/trunk/src/system/libroot/posix/pthread

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 16 Jan 2010 17:49:57 +0100 (CET)

Author: jackburton
Date: 2010-01-16 17:49:57 +0100 (Sat, 16 Jan 2010)
New Revision: 35103
Changeset: http://dev.haiku-os.org/changeset/35103/haiku

Modified:
   haiku/trunk/src/system/libroot/posix/pthread/pthread.c
Log:
Fixed a gcc4 warning


Modified: haiku/trunk/src/system/libroot/posix/pthread/pthread.c
===================================================================
--- haiku/trunk/src/system/libroot/posix/pthread/pthread.c      2010-01-16 
16:45:27 UTC (rev 35102)
+++ haiku/trunk/src/system/libroot/posix/pthread/pthread.c      2010-01-16 
16:49:57 UTC (rev 35103)
@@ -9,6 +9,7 @@
 
 #include <signal.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <TLS.h>
 


Other related posts:

  • » [haiku-commits] r35103 - haiku/trunk/src/system/libroot/posix/pthread - stefano . ceccherini