summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-result.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2002-01-02 23:14:28 +0000
committerDan Fandrich <dan@coneharvesters.com>2002-01-02 23:14:28 +0000
commitcfd073c3675ea31fdcac1db193ebff282f5bd99b (patch)
tree75a9c3c71ae5e86d043ccc9403c3729a5ecee507 /libgphoto2/gphoto2-result.c
parent722b3f0edcbb0c9288192f1d76b9d594648f55f7 (diff)
downloadlibgphoto2-cfd073c3675ea31fdcac1db193ebff282f5bd99b.tar.gz
Include stddef.h to get definition of NULL
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3666 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-result.c')
-rw-r--r--libgphoto2/gphoto2-result.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2/gphoto2-result.c b/libgphoto2/gphoto2-result.c
index 22cd02c56..f0cde2137 100644
--- a/libgphoto2/gphoto2-result.c
+++ b/libgphoto2/gphoto2-result.c
@@ -18,6 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <stddef.h>
#include "gphoto2-result.h"
#include <config.h>