]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/pch.h
Extracted from r14281 from the younes branch.
[lyx.git] / src / frontends / pch.h
index 87fc4f9326621ab7c423c7287fd3070aa8b9f180..9864bc017614d865c94b1951ba626312385805a6 100644 (file)
@@ -7,7 +7,9 @@
 #include <boost/signals/trackable.hpp>
 #include <boost/utility.hpp>
 
-#include <sys/time.h>
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+#endif
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif