summaryrefslogtreecommitdiff
path: root/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch')
-rw-r--r--net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch b/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch
new file mode 100644
index 000000000000..505f7d166a9d
--- /dev/null
+++ b/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch
@@ -0,0 +1,10 @@
+--- a/src/transport.c
++++ b/src/transport.c
+@@ -32,6 +32,7 @@
+ #include "transport.h"
+ #include "dispatch.h"
+ #include "pdu.h" /* xxx only needed for debugging flags... */
++#include <glib/gstdio.h> /* g_access() */
+
+
+ static GUdpSocket *udp_ipv4_socket = NULL;