]> git.lyx.org Git - lyx.git/blobdiff - src/support/forkedcall.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / forkedcall.h
index 9b4cc892fd5a9bac40fc453e5c26ba80f178b0d5..8d0c9fa443a50ab94cfb1d7c1d4f5a667d14ec98 100644 (file)
@@ -29,7 +29,9 @@
 #include <boost/shared_ptr.hpp>
 #include <boost/signal.hpp>
 
-#include <sys/types.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
 
 
 namespace lyx {