openbsd-ports/security/parse/patches/patch-comment_c
2007-10-26 21:38:24 +00:00

22 lines
476 B
Plaintext

$OpenBSD: patch-comment_c,v 1.1 2007/10/26 21:38:24 jasper Exp $
--- comment.c.orig Wed Nov 6 23:59:38 1996
+++ comment.c Fri Oct 26 23:33:35 2007
@@ -28,8 +28,8 @@
*/
#include <stdio.h>
+#include <string.h>
#include <syslog.h>
-#include <alloca.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
@@ -42,6 +42,7 @@
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>
#include <netinet/udp.h>
+#include <arpa/inet.h>
#include <sgtty.h>