15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
$OpenBSD: patch-src_tube-stream_c,v 1.3 2010/04/23 12:41:16 jasper Exp $
|
|
--- src/tube-stream.c.orig Fri Apr 23 00:09:21 2010
|
|
+++ src/tube-stream.c Fri Apr 23 00:10:23 2010
|
|
@@ -17,6 +17,10 @@
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
+#include <netdb.h>
|
|
+#include <netinet/in.h>
|
|
+
|
|
#include "config.h"
|
|
#include "tube-stream.h"
|
|
|