projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42efbf6
)
imap-send: Add missing #include for macosx
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Sun, 12 Mar 2006 10:55:53 +0000
(11:55 +0100)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/imap-send.c
b/imap-send.c
index
203284d
..
1b38b3a
100644
(file)
--- 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 {