14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
$OpenBSD: patch-src_htmsocket_c,v 1.2 2012/06/26 14:15:23 jasper Exp $
|
|
--- src/htmsocket.c.orig Sun Mar 14 20:24:05 2010
|
|
+++ src/htmsocket.c Tue Jun 26 16:05:26 2012
|
|
@@ -9,7 +9,9 @@
|
|
#include <unistd.h>
|
|
#include <netdb.h>
|
|
#include <errno.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <arpa/inet.h>
|
|
#include <sys/ioctl.h>
|
|
|
|
#include "main.h"
|