libplist/gcc46_build_fix.patch

11 lines
262 B
Diff

--- swig/plist.i.orig 2011-05-17 00:10:03.034330863 +0200
+++ swig/plist.i 2011-05-17 00:12:14.190736151 +0200
@@ -4,6 +4,7 @@
%{
/* Includes the header in the wrapper code */
#include <plist/plist++.h>
+ #include <cstddef>
%}
%include "std_string.i"