gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9910: ifdefs round pthreads.h inclu


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9910: ifdefs round pthreads.h include.
Date: Fri, 03 Oct 2008 12:43:12 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9910
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-03 12:43:12 +0200
message:
  ifdefs round pthreads.h include.
modified:
  libcore/types.cpp
=== modified file 'libcore/types.cpp'
--- a/libcore/types.cpp 2008-09-27 21:11:04 +0000
+++ b/libcore/types.cpp 2008-10-03 10:43:12 +0000
@@ -4,7 +4,10 @@
 // whatever you want with it.
 
 // Some basic types for gnash.
+#ifdef HAVE_PTHREADS
 #include <pthread.h>
+#endif
+
 #include <boost/thread.hpp>
 
 #include "types.h"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]