diff options
Diffstat (limited to 'emulators/gxemul/files/patch-src_include_refcount_ptr.h')
-rw-r--r-- | emulators/gxemul/files/patch-src_include_refcount_ptr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gxemul/files/patch-src_include_refcount_ptr.h b/emulators/gxemul/files/patch-src_include_refcount_ptr.h new file mode 100644 index 000000000000..aa155710ce96 --- /dev/null +++ b/emulators/gxemul/files/patch-src_include_refcount_ptr.h @@ -0,0 +1,11 @@ +--- src/include/refcount_ptr.h 2010-02-14 02:33:54.000000000 -0700 ++++ src/include/refcount_ptr.h 2014-02-24 03:48:14.000000000 -0700 +@@ -28,6 +28,8 @@ + * SUCH DAMAGE. + */ + ++#include <stddef.h> ++ + /** + * \brief Base class for reference countable objects. + * |