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)
13 lines
267 B
C
13 lines
267 B
C
--- src/sysctlinfo_helper.c.orig 2021-02-09 21:52:37 UTC
|
|
+++ src/sysctlinfo_helper.c
|
|
@@ -25,6 +25,10 @@
|
|
* SUCH DAMAGE.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/queue.h>
|
|
+#include <sys/sysctl.h>
|
|
+
|
|
#include <stdbool.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|