- Fix build
PR: 113131 Submitted by: Paul Schmehl <pauls@utdallas.edu> Approved by: maintainer (kjc)
This commit is contained in:
parent
7130825347
commit
2808dee072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192388
1 changed files with 17 additions and 0 deletions
17
net/ttt/files/patch-net_read.c
Normal file
17
net/ttt/files/patch-net_read.c
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
Included patch fixes the problem
|
||||
|
||||
--- patch-net_read.c begins here ---
|
||||
--- net_read.c.orig Tue May 29 11:16:23 2007
|
||||
+++ net_read.c Tue May 29 11:16:48 2007
|
||||
@@ -58,6 +58,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <net/if.h>
|
||||
+#include <net/bpf.h>
|
||||
#ifdef __OpenBSD__
|
||||
#include <net/if_pflog.h>
|
||||
#endif
|
||||
--- patch-net_read.c ends here ---
|
||||
|
||||
|
Loading…
Reference in a new issue