CVS: sylpheedclaws/plugins/mailmbox/src maillock.c,1.3,1.3.2.1
[email protected] Tue, 26 Dec 2006 13:29:26 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/mailmbox/src
In directory sunsite.dk:/tmp/cvs-serv21165/src
Modified Files:
Tag: gtk2
maillock.c
Log Message:
2006-12-26 [wwp] 1.12.3cvs2
* src/maillock.c
Add missing #include (fixing compiler warning).
Index: maillock.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/mailmbox/src/maillock.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- maillock.c 2003/12/10 04:23:01 1.3
+++ maillock.c 2006/12/26 13:29:21 1.3.2.1
@@ -42,6 +42,7 @@
#include <unistd.h>
#include <stdio.h>
#include <time.h>
+#include <string.h>
/* ********************************************************************** */