mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
--- src/smtp.cc 2000/07/21 13:33:45 1.1
|
|
+++ src/smtp.cc 2000/07/21 13:34:24
|
|
@@ -20,6 +20,7 @@
|
|
For the complete License see the file COPYING.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include<sys/socket.h>
|
|
#include<gnome.h>
|
|
|