Fix missing include for file i/o prototypes after header cleanup in change 489dca71cd

This commit is contained in:
Stephan Witt 2016-07-04 10:30:19 +02:00
parent b035528c1c
commit df73cade2b

View File

@ -39,6 +39,10 @@
# include <io.h> # include <io.h>
#endif #endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;