]> git.lyx.org Git - features.git/commitdiff
s/errno.h/cerrno/
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 7 Sep 2006 15:23:16 +0000 (15:23 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 7 Sep 2006 15:23:16 +0000 (15:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14932 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/fs_extras.C
src/support/kill.C

index 48a143c6259de53c1879b2b4f405e7ae969a871b..5d2ab9aa5f9894016a7075f478f5c65d2592cea9 100644 (file)
@@ -23,7 +23,7 @@
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
-#include <errno.h>
+#include <cerrno>
 #include <fcntl.h>
 
 // BOOST_POSIX or BOOST_WINDOWS specify which API to use.
index 9e5009ae74e4c4f270b672b88dab64c4e0f0b357..114b0037295450e221380715d6418c42b8cb60b3 100644 (file)
@@ -22,7 +22,7 @@
 #include "os.h"
 
 #include <windows.h>
-#include <errno.h>
+#include <cerrno>
 
 using std::endl;
 #endif //_WIN32