openbsd-ports/net/sniffit/patches/patch-sn_resolv.c

12 lines
302 B
C

--- sn_resolv.c.orig Sun Aug 27 02:47:58 2000
+++ sn_resolv.c Sun Aug 27 02:48:28 2000
@@ -2,6 +2,8 @@
/* - getaddrbyname: Godmar Back / Shudoh Kazuyuki */
#include "sn_defines.h"
+#include <sys/types.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>