diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-03-12 11:55:53 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-12 03:28:20 -0800 |
commit | 2d33501689989616a2dc003ca80fafa60b1ed5da (patch) | |
tree | 0c5477e069ed685179c6b701ae2e14b0bced97f0 /imap-send.c | |
parent | 42efbf6d8a5b4902c55a2f6e96034625c056ba1f (diff) | |
download | git-2d33501689989616a2dc003ca80fafa60b1ed5da.tar.gz git-2d33501689989616a2dc003ca80fafa60b1ed5da.tar.xz |
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>
Diffstat (limited to 'imap-send.c')
-rw-r--r-- | imap-send.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imap-send.c b/imap-send.c index 203284d8f..1b38b3af6 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 { |