Date: Sun, 9 Apr 1995 20:16:04 +0700 From: "Nickolay N. Dudorov" <nnd@gw.itfs.nsk.su> To: current@FreeBSD.org Subject: Another (small) bug in -current Message-ID: <199504091316.UAA04568@gw.itfs.nsk.su>
next in thread | raw e-mail | index | archive | help
Here is (another trivial) fix for it: N.Dudorov ============================================== --- /usr/src/usr.bin/systat/netcmds.c.OLD Sun Apr 9 20:54:29 1995 +++ /usr/src/usr.bin/systat/netcmds.c Sun Apr 9 20:54:29 1995 @@ -43,6 +43,7 @@ #include <sys/socketvar.h> #include <sys/mbuf.h> #include <sys/protosw.h> +#include <sys/queue.h> #include <net/route.h> #include <netinet/in.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504091316.UAA04568>