summaryrefslogtreecommitdiff
blob: 505f7d166a9d165d6757bfa7883b23e93e961856 (plain)
1
2
3
4
5
6
7
8
9
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;