mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
10 lines
241 B
Diff
10 lines
241 B
Diff
--- agent/mibgroup/util_funcs/get_pid_from_inode.c.orig
|
|
+++ agent/mibgroup/util_funcs/get_pid_from_inode.c
|
|
@@ -4,6 +4,7 @@
|
|
|
|
#include <net-snmp/output_api.h>
|
|
|
|
+#include <limits.h>
|
|
#include <ctype.h>
|
|
#include <stdio.h>
|
|
#if HAVE_STDLIB_H
|