diff options
Diffstat (limited to 'print/lyx/files/patch-src-support-filetools.cpp')
-rw-r--r-- | print/lyx/files/patch-src-support-filetools.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/lyx/files/patch-src-support-filetools.cpp b/print/lyx/files/patch-src-support-filetools.cpp new file mode 100644 index 000000000000..c13a550289ea --- /dev/null +++ b/print/lyx/files/patch-src-support-filetools.cpp @@ -0,0 +1,11 @@ +--- src/support/filetools.cpp.orig 2024-11-04 08:57:40.352928000 +0000 ++++ src/support/filetools.cpp 2024-11-04 08:59:06.840603000 +0000 +@@ -71,6 +71,8 @@ + #include <windows.h> + #endif + ++#include <sys/wait.h> ++ + using namespace std; + + #define USE_QPROCESS |