blob: ac391ca228e926e51a692a88e9f616fb2f98534a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/pop3.cc 2000/07/21 13:31:58 1.1
+++ src/pop3.cc 2000/07/21 13:32:56
@@ -26,6 +26,7 @@
*/
#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>
|