aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--idc.h4
1 files changed, 4 insertions, 0 deletions
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 <sys/select.h>
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