imap-send: Add missing #include for macosx
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 12 Mar 2006 10:55:53 +0000 (11:55 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 12 Mar 2006 11:28:20 +0000 (03:28 -0800)
There is a compile error without that.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
imap-send.c

index 203284d..1b38b3a 100644 (file)
@@ -28,6 +28,7 @@
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
+#include <sys/socket.h>
 #include <netdb.h>
 
 typedef struct store_conf {