← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1707: - testing command "bzr commit --fixes lp:414868"

 

------------------------------------------------------------
revno: 1707
committer: Janek Kozicki <cosurgi@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-08-19 17:27:59 +0200
message:
  - testing command "bzr commit --fixes lp:414868"
  - fixing bug 414868
modified:
  py/yadeWrapper/yadeWrapper.cpp


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'py/yadeWrapper/yadeWrapper.cpp'
--- py/yadeWrapper/yadeWrapper.cpp	2009-08-12 08:27:41 +0000
+++ py/yadeWrapper/yadeWrapper.cpp	2009-08-19 15:27:59 +0000
@@ -5,6 +5,7 @@
 #include<vector>
 #include<unistd.h>
 #include<list>
+#include<signal.h>
 
 #include<boost/python.hpp>
 #include<boost/python/raw_function.hpp>