1 2 3 4 5 6 7 8 9 10 11 12
Fix building with GCC 4.6 and above wrt http://bugs.gentoo.org/363109 --- swig/plist.i +++ swig/plist.i @@ -24,6 +24,7 @@ #if SWIGPYTHON //for datetime in python %{ +#include <cstddef> #include <ctime> #include <datetime.h> %}