forked from Lainports/freebsd-ports
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)
11 lines
228 B
C
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>
|
|
|