void-packages/srcpkgs/gxemul/patches/patch-src_include_refcount__ptr.h.patch
2014-07-03 13:10:22 +02:00

14 lines
315 B
Diff

$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.
*