16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
$OpenBSD: patch-bpf_image_c,v 1.1 2013/06/19 03:46:55 lteo Exp $
|
|
|
|
pcap-int.h no longer exists in /usr/include
|
|
|
|
--- bpf_image.c.orig Wed Nov 7 01:34:18 2007
|
|
+++ bpf_image.c Thu Jun 13 15:24:21 2013
|
|
@@ -28,7 +28,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
-#include "pcap-int.h"
|
|
+#include "pcap.h"
|
|
|
|
#ifdef HAVE_OS_PROTO_H
|
|
#include "os-proto.h"
|