From 7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 30 Jan 2020 05:50:47 +0000 Subject: lol. forgot the stdio header to get FILE type --- idc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/idc.h b/idc.h index 68484c4..ffdf48c 100644 --- a/idc.h +++ b/idc.h @@ -1,6 +1,7 @@ #ifndef _IDC_H_ #define _IDC_H_ +#include #include char *read_line_hack(FILE *fp,int len); -- cgit v1.2.3