blob: 974ed65a8b38acb3b3614bfed4a072691d8ee523 (
plain) (
tree)
|
|
$FreeBSD: ports/mail/mmc/files/patch-ae,v 1.2 2001/01/25 16:18:17 sobomax Exp $
--- src/smtp.cc.orig Fri Jan 19 18:06:46 2001
+++ src/smtp.cc Thu Jan 25 17:44:11 2001
@@ -23,6 +23,7 @@
#ifdef HAVE_CONFIG_H
# include<config.h>
#endif
+#include <sys/types.h>
#include<sys/socket.h>
#include<gnome.h>
|