summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
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_;