Skip to content

Commit

Permalink
imap-send: Add missing #include for macosx
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Mar 12, 2006
1 parent 42efbf6 commit 2d33501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imap-send.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2d33501

Please sign in to comment.