From: Georg Baum Date: Thu, 7 Sep 2006 15:23:16 +0000 (+0000) Subject: s/errno.h/cerrno/ X-Git-Tag: 1.6.10~12630 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c7be292968a4a2effd40360eee258abb9a61e33b;p=features.git s/errno.h/cerrno/ git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14932 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/fs_extras.C b/src/support/fs_extras.C index 48a143c625..5d2ab9aa5f 100644 --- a/src/support/fs_extras.C +++ b/src/support/fs_extras.C @@ -23,7 +23,7 @@ #ifdef HAVE_SYS_STAT_H # include #endif -#include +#include #include // BOOST_POSIX or BOOST_WINDOWS specify which API to use. diff --git a/src/support/kill.C b/src/support/kill.C index 9e5009ae74..114b003729 100644 --- a/src/support/kill.C +++ b/src/support/kill.C @@ -22,7 +22,7 @@ #include "os.h" #include -#include +#include using std::endl; #endif //_WIN32