diff options
Diffstat (limited to 'deskutils/vym/files/patch-mainwindow.cpp')
-rw-r--r-- | deskutils/vym/files/patch-mainwindow.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/vym/files/patch-mainwindow.cpp b/deskutils/vym/files/patch-mainwindow.cpp new file mode 100644 index 000000000000..daf05aa2cb73 --- /dev/null +++ b/deskutils/vym/files/patch-mainwindow.cpp @@ -0,0 +1,11 @@ +--- mainwindow.cpp.orig Tue Sep 28 14:13:06 2004 ++++ mainwindow.cpp Sun Oct 17 23:49:36 2004 +@@ -53,6 +53,8 @@ + #include "showtextdialog.h" + #include "process.h" + ++#include <unistd.h> ++ + extern TextEditor *textEditor; + extern Main *mainWindow; + extern int statusbarTime; |