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

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>