freebsd-ports/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h
Max Khon 4e4b2b97ed - Update to 0.8.9
- Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug
2010-01-01 09:32:50 +00:00

11 lines
332 B
C

--- libiqxmlrpc/executor.h.orig 2010-01-01 15:27:17.000000000 +0600
+++ libiqxmlrpc/executor.h 2010-01-01 15:27:25.000000000 +0600
@@ -26,7 +26,7 @@
#pragma warning(disable: 4275)
#endif
-#include <boost/thread.hpp>
+#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>