+Missing <time.h> include
authorshort <>
Mon, 18 Nov 2002 14:22:15 +0000 (14:22 +0000)
committershort <>
Mon, 18 Nov 2002 14:22:15 +0000 (14:22 +0000)
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;