aboutsummaryrefslogtreecommitdiffstats
path: root/idc.h
diff options
context:
space:
mode:
Diffstat (limited to 'idc.h')
-rw-r--r--idc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/idc.h b/idc.h
index e4ec38e..cce3906 100644
--- a/idc.h
+++ b/idc.h
@@ -26,7 +26,7 @@ struct shit {
void *extra_info;//extra info that I don't care to name atm
};
-struct global {
+struct idc_global {
int fdmax;
int shitlen;
struct shit fds[FD_SETSIZE];