]> git.lyx.org Git - lyx.git/blobdiff - src/support/tempname.C
Remove executable status info from typeIndicator.
[lyx.git] / src / support / tempname.C
index 8c6480bdbcf2b9830a59c5b0f32090ff8604a0ed..d80e3b9795f7a2fd4f69233773bb506206b37e05 100644 (file)
 #include <cstdlib>
 #include <unistd.h>
 
+#if !defined(HAVE_MKSTEMP) && defined(HAVE_MKTEMP)
+# include <fcntl.h>
+# include <sys/stat.h>
+#endif
+
 using boost::scoped_array;
 
 using std::string;