mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@783 dbcabf3a-b0e7-0310-adc4-f8d773084564
8 lines
114 B
C
8 lines
114 B
C
#ifdef HAVE_SOCKS_H
|
|
#include <socks.h>
|
|
#endif
|
|
|
|
#ifndef WIN32
|
|
# include <netdb.h>
|
|
# include <arpa/inet.h>
|
|
#endif
|