[rkward-cvs] SF.net SVN: rkward:[2814] trunk/rkward/rkward/rbackend/rkpthreadsupport.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Apr 15 15:38:08 UTC 2010


Revision: 2814
          http://rkward.svn.sourceforge.net/rkward/?rev=2814&view=rev
Author:   tfry
Date:     2010-04-15 15:38:08 +0000 (Thu, 15 Apr 2010)

Log Message:
-----------
Fix a compilation problem on windows

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/rkpthreadsupport.cpp

Modified: trunk/rkward/rkward/rbackend/rkpthreadsupport.cpp
===================================================================
--- trunk/rkward/rkward/rbackend/rkpthreadsupport.cpp	2010-04-15 14:30:50 UTC (rev 2813)
+++ trunk/rkward/rkward/rbackend/rkpthreadsupport.cpp	2010-04-15 15:38:08 UTC (rev 2814)
@@ -17,8 +17,6 @@
 
 #include "rkpthreadsupport.h"
 
-#include "pthread_config.h"
-
 #include <qstring.h>
 #include "../debug.h"
 
@@ -27,6 +25,7 @@
 #	include <stdint.h>	// for uintptr_t
 #else
 #	include <pthread.h>
+#	include "pthread_config.h"
 #endif
 #ifdef HAVE_PTHREAD_NP_H
 #	include <pthread_np.h>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list