comparison plugins/spellchk.c @ 6849:3c885e6784ee

[gaim-migrate @ 7394] compile for windows committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 15 Sep 2003 21:31:30 +0000
parents e9a730ad5a3c
children fa0324675ed9
comparison
equal deleted inserted replaced
6848:060aa79a733e 6849:3c885e6784ee
11 #include "gtkplugin.h" 11 #include "gtkplugin.h"
12 #include "gtkutils.h" 12 #include "gtkutils.h"
13 13
14 #include <stdio.h> 14 #include <stdio.h>
15 #include <string.h> 15 #include <string.h>
16 #ifndef _WIN32
16 #include <strings.h> 17 #include <strings.h>
18 #endif
17 #include <sys/types.h> 19 #include <sys/types.h>
18 #include <sys/stat.h> 20 #include <sys/stat.h>
19 21
20 #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck" 22 #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck"
21 23