pkgsrc-ng/emulators/gxemul/patches/patch-src_include_refcount__ptr.h
2013-09-26 17:14:40 +02:00

14 lines
315 B
C

$NetBSD: patch-src_include_refcount__ptr.h,v 1.1 2012/11/23 22:43:09 alnsn Exp $
--- src/include/refcount_ptr.h.orig 2010-02-14 09:33:54.000000000 +0000
+++ src/include/refcount_ptr.h
@@ -28,6 +28,8 @@
* SUCH DAMAGE.
*/
+#include <stddef.h>
+
/**
* \brief Base class for reference countable objects.
*