comparison src/util.h @ 6474:2fed50891afa

[gaim-migrate @ 6983] Hopefully fix the Zephyr build issue. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 15 Aug 2003 04:19:52 +0000
parents 158196b2db19
children 41120df7ed94
comparison
equal deleted inserted replaced
6473:2311f3761ed2 6474:2fed50891afa
24 * namespace. 24 * namespace.
25 */ 25 */
26 #ifndef _GAIM_UTIL_H_ 26 #ifndef _GAIM_UTIL_H_
27 #define _GAIM_UTIL_H_ 27 #define _GAIM_UTIL_H_
28 28
29 #include <stdio.h>
30
29 #include "account.h" 31 #include "account.h"
30 32
31 #ifdef __cplusplus 33 #ifdef __cplusplus
32 extern "C" { 34 extern "C" {
33 #endif 35 #endif