diff -Naru tcpslice-1.2a3/tcpslice.c tcpslice-patched/tcpslice.c
--- tcpslice-1.2a3/tcpslice.c	2005-10-24 19:06:26.000000000 -0300
+++ tcpslice-patched/tcpslice.c	2007-09-11 11:27:23.000000000 -0300
@@ -35,8 +35,6 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 
-#include <net/bpf.h>
-
 #include <ctype.h>
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
diff -Naru tcpslice-1.2a3/tcpslice.h tcpslice-patched/tcpslice.h
--- tcpslice-1.2a3/tcpslice.h	2007-09-11 11:48:04.000000000 -0300
+++ tcpslice-patched/tcpslice.h	2007-09-11 11:49:06.000000000 -0300
@@ -21,7 +21,7 @@
 
 
 #include <time.h>
-#include <net/bpf.h>
+#include <pcap.h>
 
 /*
  * This is a timeval as stored in disk in a dumpfile.
