freebsd-ports/sysutils/nsysctl/files/patch-src_opaque.c
Neel Chauhan 81edde88ba devel/libsysctlmibinfo: Update to 1.0.2
While we're here, unbreak sysutils/nsysctl with the new version and bump its
PORTREVISION.

PR:		253388, 253389
Submitted by:	Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
2021-02-10 02:01:28 +00:00

10 lines
282 B
C

--- src/opaque.c.orig 2021-02-09 21:56:37 UTC
+++ src/opaque.c
@@ -32,6 +32,7 @@
/* Original: https://svnweb.freebsd.org/base/head/sbin/sysctl/sysctl.c */
#include <sys/param.h>
+#include <sys/queue.h>
#include <sys/resource.h>
#include <sys/time.h>
#include <sys/vmmeter.h>