17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
$OpenBSD: patch-lib_gibber_gibber-util_c,v 1.1 2010/04/23 12:41:16 jasper Exp $
|
|
--- lib/gibber/gibber-util.c.orig Fri Apr 23 00:11:59 2010
|
|
+++ lib/gibber/gibber-util.c Fri Apr 23 00:12:27 2010
|
|
@@ -19,6 +19,12 @@
|
|
|
|
#include <config.h>
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+
|
|
+#include <netdb.h>
|
|
+#include <netinet/in.h>
|
|
+
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|