diff 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
line wrap: on
line diff
--- a/plugins/spellchk.c	Mon Sep 15 21:30:37 2003 +0000
+++ b/plugins/spellchk.c	Mon Sep 15 21:31:30 2003 +0000
@@ -13,7 +13,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#ifndef _WIN32
 #include <strings.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>