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)
12 lines
227 B
C
12 lines
227 B
C
--- src/nsysctl.c.orig 2021-02-09 21:47:51 UTC
|
|
+++ src/nsysctl.c
|
|
@@ -25,7 +25,9 @@
|
|
* SUCH DAMAGE.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/queue.h>
|
|
+#include <sys/sysctl.h>
|
|
|
|
#include <inttypes.h>
|
|
#include <libutil.h>
|