You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/gsnmp/files/gsnmp-0.3.0-g_access.patch

11 lines
264 B

--- 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;