blob: eb0ce26b6e1c8b1682f763985761f4e774faf53d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
src/include/refcount_ptr.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/include/refcount_ptr.h b/src/include/refcount_ptr.h
index 4645769..ebabd58 100644
--- a/src/include/refcount_ptr.h
+++ b/src/include/refcount_ptr.h
@@ -1,6 +1,8 @@
#ifndef REFCOUNT_PTR_H
#define REFCOUNT_PTR_H
+#include <stddef.h>
+
/*
* Copyright (C) 2007-2010 Anders Gavare. All rights reserved.
*
|