[netperf-dev] netperf4 commit notice r69 - trunk/src

raj at netperf.org raj at netperf.org
Wed Mar 1 13:44:23 PST 2006


Author: raj
Date: 2006-03-01 13:44:22 -0800 (Wed, 01 Mar 2006)
New Revision: 69

Modified:
   trunk/src/netperf.h
Log:
one small step for windows


Modified: trunk/src/netperf.h
===================================================================
--- trunk/src/netperf.h	2006-02-28 18:08:18 UTC (rev 68)
+++ trunk/src/netperf.h	2006-03-01 21:44:22 UTC (rev 69)
@@ -39,7 +39,10 @@
 #include <libxml/xmlmemory.h>
 #include <libxml/parser.h>
 #include <libxml/tree.h>
+
+#ifdef HAVE_PTHREAD_H
 #include <pthread.h>
+#endif
 
 /* we want to get the definition of uint32_t et al */
 #include <stdint.h>



More information about the netperf-dev mailing list