libpurple/protocols/gg/lib/dcc7.c

changeset 32675
a8ba546a18bc
parent 32673
1ab957e2aa9d
child 32688
9e137d441acd
equal deleted inserted replaced
32674:2de7f0cebb8b 32675:a8ba546a18bc
34 #ifndef _WIN32 34 #ifndef _WIN32
35 # include <sys/ioctl.h> 35 # include <sys/ioctl.h>
36 # include <sys/socket.h> 36 # include <sys/socket.h>
37 # include <netinet/in.h> 37 # include <netinet/in.h>
38 # include <arpa/inet.h> 38 # include <arpa/inet.h>
39 # ifdef sun 39 #endif
40 # include <sys/filio.h> 40 #ifdef sun
41 # endif 41 # include <sys/filio.h>
42 #endif 42 #endif
43 #include <time.h> 43 #include <time.h>
44 44
45 #include <ctype.h> 45 #include <ctype.h>
46 #include <errno.h> 46 #include <errno.h>

mercurial