Update of /cvsroot/meshdb/src/mailt
In directory sc8-pr-cvs1:/tmp/cvs-serv30030
Modified Files:
index.c
Log Message:
Include string.h for memset().
Index: index.c
===================================================================
RCS file: /cvsroot/meshdb/src/mailt/index.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- index.c 10 Aug 2002 03:45:14 -0000 1.1.1.1
+++ index.c 24 Nov 2003 03:57:51 -0000 1.2
@@ -2,6 +2,7 @@
/* Operations to open and map an mailbox index aux file */
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
|