blob: fdeffed51f8c71b945b72a6fc7fb06a0af1f28f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.4 2000/08/29 11:37:17 rh Exp $
--- libbalsa/send.c.orig Mon Aug 28 12:03:59 2000
+++ libbalsa/send.c
@@ -22,6 +22,9 @@
#include "config.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
|