summaryrefslogtreecommitdiff
path: root/libopie2
authoralwin <alwin>2004-03-18 14:57:30 (UTC)
committer alwin <alwin>2004-03-18 14:57:30 (UTC)
commit69fa0e7b5cab5f4cdfdac736e31ff0fd0fbf4312 (patch) (side-by-side diff)
tree5c4f9fd57e86d545cb86e8fcc2cc655503493a8d /libopie2
parentaf43e0901f6622c26896422402a2674ac0df2f7d (diff)
downloadopie-69fa0e7b5cab5f4cdfdac736e31ff0fd0fbf4312.zip
opie-69fa0e7b5cab5f4cdfdac736e31ff0fd0fbf4312.tar.gz
opie-69fa0e7b5cab5f4cdfdac736e31ff0fd0fbf4312.tar.bz2
stddefs.h included for definition of NULL
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/osmartpointer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/osmartpointer.h b/libopie2/opiecore/osmartpointer.h
index 8f9da7f..c7dc9d9 100644
--- a/libopie2/opiecore/osmartpointer.h
+++ b/libopie2/opiecore/osmartpointer.h
@@ -32,6 +32,8 @@ _;:, .> :=|. This program is free software; you can
#ifndef _OSmartPointer_h
#define _OSmartPointer_h
+#include <stddef.h>
+
/*!
* \file OSmartPointer.h
* \brief smart pointer and reference counter