From 3aa589f4d0c8d1c8c1bb3bd28b97d134f06d6d9d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 Oct 1995 13:42:12 +0000 Subject: [PATCH] Added errno.h --- index/dir.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index/dir.c b/index/dir.c index 4c8bfb1..66d0316 100644 --- a/index/dir.c +++ b/index/dir.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dir.c,v $ - * Revision 1.8 1995-10-10 13:59:23 adam + * Revision 1.9 1995-10-30 13:42:12 adam + * Added errno.h + * + * Revision 1.8 1995/10/10 13:59:23 adam * Function rset_open changed its wflag parameter to general flags. * * Revision 1.7 1995/09/28 09:19:40 adam @@ -36,6 +39,7 @@ #include #include #include +#include #include #include -- 1.7.10.4