From 34e81a096ec515f1b60f4d978365e94f329230fe Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 18 Nov 2002 14:22:15 +0000 Subject: [PATCH] +Missing include --- include/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/types.h b/include/types.h index 78a4e72..7670cde 100644 --- a/include/types.h +++ b/include/types.h @@ -1,6 +1,8 @@ #ifndef TYPES_H #define TYPES_H +#include + typedef struct { int fd, frozen; int inbuf_len, outbuf_len; -- 1.8.3.1