diff options
author | epoch <epoch@hack.thebackupbox.net> | 2020-01-30 05:50:47 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2020-01-30 05:50:47 +0000 |
commit | 7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2 (patch) | |
tree | 78327fe308e0a245ffa2759163cea7d3610c74b8 | |
parent | 6f6bb23739230511f4db4cdc1a3e6f82a28d5b53 (diff) | |
download | libidc-7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2.tar.gz libidc-7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2.zip |
lol. forgot the stdio header to get FILE type
-rw-r--r-- | idc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef _IDC_H_ #define _IDC_H_ +#include <stdio.h> #include <sys/select.h> char *read_line_hack(FILE *fp,int len); |