summaryrefslogtreecommitdiff
path: root/net/libpcap/patches/patch-ab
blob: 8a75363e3c43499760ca387d69a4cd5f64cdb8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.2 2005/10/22 14:14:42 wiz Exp $

--- pcap-int.h.orig	2005-07-07 08:56:04.000000000 +0200
+++ pcap-int.h
@@ -112,6 +112,7 @@ struct pcap_md {
  * Ultrix, DEC OSF/1^H^H^H^H^H^H^H^H^HDigital UNIX^H^H^H^H^H^H^H^H^H^H^H^H
  * Tru64 UNIX, and NetBSD pad to make everything line up on a nice boundary.
  */
+#include <sys/param.h>
 #if defined(ultrix) || defined(__osf__) || (defined(__NetBSD__) && __NetBSD_Version__ > 106000000)
 #define       PCAP_FDDIPAD 3
 #endif