+Missing <time.h> include
[middleman.git] / include / types.h
index 78a4e72..7670cde 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef TYPES_H
 #define TYPES_H
 
+#include <time.h>
+
 typedef struct {
        int fd, frozen;
        int inbuf_len, outbuf_len;