aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket.h b/socket.h
index fb86b17e..ca5877fe 100644
--- a/socket.h
+++ b/socket.h
@@ -7,6 +7,8 @@
#ifndef SOCKET__
#define SOCKET__
+struct addrinfo;
+
#include <config.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>