s/errno.h/cerrno/

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14932 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-07 15:23:16 +00:00
parent 71577b7c31
commit c7be292968
2 changed files with 2 additions and 2 deletions

View 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.

View File

@ -22,7 +22,7 @@
#include "os.h"
#include <windows.h>
#include <errno.h>
#include <cerrno>
using std::endl;
#endif //_WIN32