]> git.lyx.org Git - lyx.git/blobdiff - src/sp_spell.C
fix the <...> delimiters
[lyx.git] / src / sp_spell.C
index a47903f65058f456c2b653bc1a6bfbceba6d720d..0963b46c30e872f6d07ecdc8d66350c4ec1acee4 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <stdio.h>
+#include <cstdio>
 
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 #include "encoding.h"
 #include "sp_ispell.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::strcpy;
+using std::strlen;
+using std::strpbrk;
+using std::strstr;
+#endif
+
 using std::endl;
 
 namespace {