summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-12-11 18:17:36 +0100
committerChristian Pointner <equinox@spreadspace.org>2012-12-11 18:17:36 +0100
commit85bd1827cc6368644e088042f29194b438b041d9 (patch)
treeddf3ca5682ae431300404fada3904f7fce4e906d /src/datatypes.h
parentupdated configure to use git instead of svn (diff)
added support for clang
fixed issues with gcc -Wall
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index dca12b1..3a8addb 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -33,6 +33,7 @@
#ifndef GCSD_datatypes_h_INCLUDED
#define GCSD_datatypes_h_INCLUDED
+#include <stddef.h>
#include <stdint.h>
struct buffer_struct {