Assign more suitable types and fix narrowing conversion warns.
[tinc] / src / buffer.h
index b25c8ad..4ba1777 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef TINC_BUFFER_H
 #define TINC_BUFFER_H
 
+#include "system.h"
+
 typedef struct buffer_t {
        char *data;
        uint32_t maxlen;