]> git.lyx.org Git - lyx.git/commitdiff
Fix missing include for file i/o prototypes after header cleanup in change 489dca71cd...
authorStephan Witt <switt@lyx.org>
Mon, 4 Jul 2016 08:30:19 +0000 (10:30 +0200)
committerStephan Witt <switt@lyx.org>
Mon, 4 Jul 2016 08:30:19 +0000 (10:30 +0200)
src/ServerSocket.cpp

index ece3549a81df056f5b1ce900ae65922b465a5166..fd903ce18fa4f69898da1516ae4d2acb5b2b2602 100644 (file)
 # include <io.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 using namespace std;
 using namespace lyx::support;