From edf811fa0271da729e9962e3976f2a68ac35a395 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Aug 2012 18:20:46 +0200 Subject: DatabaseVisitor, ...: use GError forward declaration --- src/socket_util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/socket_util.h') diff --git a/src/socket_util.h b/src/socket_util.h index 93bd27362..4cf845d8e 100644 --- a/src/socket_util.h +++ b/src/socket_util.h @@ -26,7 +26,9 @@ #ifndef SOCKET_UTIL_H #define SOCKET_UTIL_H -#include +#include "gerror.h" + +#include struct sockaddr; -- cgit v1.2.3