comparison src/prpl.c @ 4235:cba92ec56248

[gaim-migrate @ 4481] Compile warning cleanups from Mr. Walp. My cable isn't dropping packets currently--but it will. It's only a matter of time. Speaking of time... Time Warner sucks. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Jan 2003 23:58:52 +0000
parents d3c8d2b40494
children cd84b0fd63fc
comparison
equal deleted inserted replaced
4234:64d834b6caf2 4235:cba92ec56248
22 #include "gaim.h" 22 #include "gaim.h"
23 #include "prpl.h" 23 #include "prpl.h"
24 #include <sys/types.h> 24 #include <sys/types.h>
25 #include <sys/stat.h> 25 #include <sys/stat.h>
26 #include <unistd.h> 26 #include <unistd.h>
27 #include <string.h>
27 28
28 #ifdef _WIN32 29 #ifdef _WIN32
29 #include "win32dep.h" 30 #include "win32dep.h"
30 #endif 31 #endif
31 32