comparison src/plugins.c @ 2090:b66aca8e8dce

[gaim-migrate @ 2100] change ../config.h to <config.h> because that's better. change from GdkInput functions to GaimInput for reasons mentioned elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 23:23:40 +0000
parents 424a40f12a6c
children 899c22dcee42
comparison
equal deleted inserted replaced
2089:bb1ddaaf0d26 2090:b66aca8e8dce
29 * Mike is my roomate. I can assure you that he's lazy :-P -- Rob rob@marko.net 29 * Mike is my roomate. I can assure you that he's lazy :-P -- Rob rob@marko.net
30 * 30 *
31 */ 31 */
32 32
33 #ifdef HAVE_CONFIG_H 33 #ifdef HAVE_CONFIG_H
34 #include "../config.h" 34 #include <config.h>
35 #endif 35 #endif
36 36
37 #include <string.h> 37 #include <string.h>
38 #include <sys/time.h> 38 #include <sys/time.h>
39 39