summaryrefslogtreecommitdiff
path: root/emulators/gxemul/files/patch-ab
blob: aa155710ce969ac33b309ada2d77c683cc2e54b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.
  *