summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-05-25 23:50:32 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-05-25 23:50:32 +0200
commit5f9dfffc60e022ee7da315e9dc891fc0e4622001 (patch)
tree02178ac91b2fafdf07ae19d65b70ae0fcf71d60a /src/datatypes.h
parentmajor cleanup and refactoring (diff)
further cleanups, improved options parser based on glib
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index ef79b8f..bf9616d 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -28,6 +28,8 @@
#include <stdint.h>
+#include <glib.h>
+
struct buffer_struct {
uint32_t length_;
uint8_t* buf_;