summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-03-12 10:55:53 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-12 11:28:20 (GMT)
commit2d33501689989616a2dc003ca80fafa60b1ed5da (patch)
tree0c5477e069ed685179c6b701ae2e14b0bced97f0
parent42efbf6d8a5b4902c55a2f6e96034625c056ba1f (diff)
downloadgit-2d33501689989616a2dc003ca80fafa60b1ed5da.zip
git-2d33501689989616a2dc003ca80fafa60b1ed5da.tar.gz
git-2d33501689989616a2dc003ca80fafa60b1ed5da.tar.bz2
imap-send: Add missing #include for macosx
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>
-rw-r--r--imap-send.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap-send.c b/imap-send.c
index 203284d..1b38b3a 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -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 {