comparison src/util.c @ 4676:b620a67ec956

[gaim-migrate @ 4987] I don't think we needed this one anyways, and win32 certainly doesn't like it committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 Mar 2003 16:17:08 +0000
parents 6e3b8a8a143f
children 283fb289c510
comparison
equal deleted inserted replaced
4675:3145c5c45877 4676:b620a67ec956
45 #include <math.h> 45 #include <math.h>
46 #include "gaim.h" 46 #include "gaim.h"
47 #include "prpl.h" 47 #include "prpl.h"
48 48
49 #include <sys/socket.h> 49 #include <sys/socket.h>
50 #include <netinet/in.h>
51 #include <arpa/inet.h> 50 #include <arpa/inet.h>
52 51
53 #ifdef _WIN32 52 #ifdef _WIN32
54 #include "win32dep.h" 53 #include "win32dep.h"
55 #endif 54 #endif