PERFORCE change 43149 for review
Sam Leffler
sam at FreeBSD.org
Fri Nov 28 23:22:25 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=43149
Change 43149 by sam at sam_ebb on 2003/11/28 23:21:51
must include mbuf.h for PACKET_* definitions since ip_var.h
references one in an inline function
Affected files ...
.. //depot/projects/netperf/sys/netinet/tcp_debug.c#2 edit
Differences ...
==== //depot/projects/netperf/sys/netinet/tcp_debug.c#2 (text+ko) ====
@@ -53,6 +53,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/protosw.h>
+#include <sys/mbuf.h>
#include <sys/socket.h>
#include <netinet/in.h>
More information about the p4-projects
mailing list