]> git.lyx.org Git - lyx.git/blobdiff - src/sp_ispell.h
ascii export of paragraphs, fix small compile problem.
[lyx.git] / src / sp_ispell.h
index 43436a0b7fe57edaf8d7e15dfc96f0ff4e9ddbf8..4255ca2269721d9fa7df57ef7537c475493b965a 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef SP_ISPELL_H
 #define SP_ISPELL_H
 
+#include <cstdio>
+
 #include "sp_base.h"
 
 class BufferParams;
@@ -43,8 +45,6 @@ class ISpell : public SpellBase
     /// store replacement
     void store(string const & mis, string const & cor);
      
-    void sigchldhandler(pid_t pid, int *status);
-
     char const * nextMiss();
 
     char const * error();