]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
reduce number of calls to LyXText::getFont
[lyx.git] / src / lyx_cb.C
index add78e0693ef0b431e0b156781d89e56964a1fd9..c58ee30d7fec683b31cf1ba9a39f2456237bca41 100644 (file)
 #include "support/path.h"
 #include "support/systemcall.h"
 
+#if !defined (HAVE_FORK)
+# define fork() -1
+#endif
+
 #include <boost/shared_ptr.hpp>
 #include <boost/filesystem/operations.hpp>