comparison src/connection.h @ 5733:4350b62bac45

[gaim-migrate @ 6157] Fixed a compilation problem some peoplea re having. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 04 Jun 2003 05:22:05 +0000
parents 1d140b31d4b3
children 059d95c67cda
comparison
equal deleted inserted replaced
5732:37810936887e 5733:4350b62bac45
22 */ 22 */
23 #ifndef _GAIM_CONNECTION_H_ 23 #ifndef _GAIM_CONNECTION_H_
24 #define _GAIM_CONNECTION_H_ 24 #define _GAIM_CONNECTION_H_
25 25
26 #include <stdlib.h> 26 #include <stdlib.h>
27 #include <time.h>
27 28
28 typedef struct _GaimConnection GaimConnection; 29 typedef struct _GaimConnection GaimConnection;
29 30
30 #include "account.h" 31 #include "account.h"
31 #include "plugin.h" 32 #include "plugin.h"