Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27619/libntfs
Modified Files:
rich.c
Log Message:
fix build
Index: rich.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/rich.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- rich.c 21 Oct 2005 18:05:13 -0000 1.2
+++ rich.c 25 Oct 2005 11:54:26 -0000 1.3
@@ -29,6 +29,10 @@
#include <stdlib.h>
#endif
+#ifdef HAVE_ERRNO_H
+#include <errno.h>
+#endif
+
#include "rich.h"
#include "layout.h"
#include "logging.h"
|