mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
71577b7c31
commit
c7be292968
@ -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.
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "os.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <errno.h>
|
||||
#include <cerrno>
|
||||
|
||||
using std::endl;
|
||||
#endif //_WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user