summaryrefslogtreecommitdiff
path: root/socket/socket.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-12-10 14:15:00 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-12-10 14:15:00 -0500
commit7c043a27095dfa6e107b13f82ddaa2e8aa43fc41 (patch)
treeeed1071c0f2f92eeddd529085f014e524d77b7e6 /socket/socket.h
parent09d4596b77dbb219e2866bd6507696fc243dd826 (diff)
downloadlibnice-7c043a27095dfa6e107b13f82ddaa2e8aa43fc41.tar.gz
Add support for SOCKS5 proxy servers
Diffstat (limited to 'socket/socket.h')
-rw-r--r--socket/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/socket.h b/socket/socket.h
index b1aed31..97290cd 100644
--- a/socket/socket.h
+++ b/socket/socket.h
@@ -85,6 +85,7 @@ nice_socket_free (NiceSocket *sock);
#include "udp-bsd.h"
#include "tcp-bsd.h"
#include "pseudossl.h"
+#include "socks5.h"
#include "turn.h"
#include "tcp-turn.h"