plugins/spellchk.c

changeset 6849
e77910a0eb8d
parent 6780
66775151d7a7
child 7466
1dd3ed07bc24
--- 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>
 

mercurial