and another one.. add queue.h

This commit is contained in:
sthen 2016-04-05 21:54:26 +00:00
parent f1343fa0d7
commit faa7cb41ce

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-show_c,v 1.3 2016/04/05 21:54:26 sthen Exp $
--- show.c.orig Tue Apr 5 22:53:25 2016
+++ show.c Tue Apr 5 22:53:30 2016
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/protosw.h>
#include <sys/socket.h>
+#include <sys/queue.h>
#include <sys/mbuf.h>
#include <sys/sysctl.h>