From 333326a1ee74040ab4de956f1045e9c9e66ebd06 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 1 Jul 2019 09:15:20 +0000 Subject: added double inclusion protection to idc.h. I know there's a real name for those things... oh well. --- idc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/idc.h b/idc.h index cce3906..518a3f5 100644 --- a/idc.h +++ b/idc.h @@ -1,3 +1,6 @@ +#ifndef _IDC_H_ +#define _IDC_H_ + #include char *read_line_hack(FILE *fp,int len); @@ -33,3 +36,4 @@ struct idc_global { }; int add_fd(int fd,void (*line_handler)(struct shit *,char *)); +#endif -- cgit v1.2.3