Fix compile error

* src/support/fs_extras.C: include errno.h



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14931 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-07 13:08:33 +00:00
parent 7061e8cd54
commit 71577b7c31

View File

@ -23,6 +23,7 @@
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#include <errno.h>
#include <fcntl.h>
// BOOST_POSIX or BOOST_WINDOWS specify which API to use.