diff options
-rw-r--r-- | pttbbs/include/thttp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pttbbs/include/thttp.h b/pttbbs/include/thttp.h index 7e5fb88d..29b9b6ff 100644 --- a/pttbbs/include/thttp.h +++ b/pttbbs/include/thttp.h @@ -1,5 +1,6 @@ #ifndef THTTP_H # define THTTP_H +#include "buffer.h" typedef struct THTTP { int fd; |