aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2020-01-30 05:50:47 +0000
committerepoch <epoch@hack.thebackupbox.net>2020-01-30 05:50:47 +0000
commit7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2 (patch)
tree78327fe308e0a245ffa2759163cea7d3610c74b8
parent6f6bb23739230511f4db4cdc1a3e6f82a28d5b53 (diff)
downloadlibidc-7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2.tar.gz
libidc-7aea92b2a5af6ea3b8fab4518cbc3e21363c5ae2.zip
lol. forgot the stdio header to get FILE type
-rw-r--r--idc.h1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <sys/select.h>
char *read_line_hack(FILE *fp,int len);