blob: 7dbe5f3de313879511ad8fe72ecf0cda0754c7ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libmail/pop3maildrop.C.orig Sun Nov 16 03:43:14 2003
+++ libmail/pop3maildrop.C Sat Nov 29 04:29:03 2003
@@ -13,6 +13,8 @@
#include <errno.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/types.h>
+#include <sys/stat.h>
using namespace std;
|