freebsd-ports/sysutils/nsysctl/files/patch-src_special__value.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

11 lines
228 B
C

--- src/special_value.c.orig 2021-02-09 21:57:57 UTC
+++ src/special_value.c
@@ -27,6 +27,8 @@
/* 'Special values' are strings parsed for xo-output */
+#include <sys/queue.h>
+
#include <libxo/xo.h>
#include <string.h>