mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@32376 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
266 B
Diff
14 lines
266 B
Diff
--- libpcap_stuff.c.orig Sat Apr 10 06:38:56 2004
|
|
+++ libpcap_stuff.c Tue Apr 12 20:21:56 2005
|
|
@@ -16,8 +16,8 @@
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <sys/ioctl.h>
|
|
-#include <pcap.h>
|
|
#include <net/bpf.h>
|
|
+#include <pcap.h>
|
|
|
|
#include "globals.h"
|
|
|
|
|