diff options
-rw-r--r-- | misc/mc/files/patch-src-diffviewer-ydiff.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src-diffviewer-ydiff.c b/misc/mc/files/patch-src-diffviewer-ydiff.c new file mode 100644 index 000000000000..fce48bbfef69 --- /dev/null +++ b/misc/mc/files/patch-src-diffviewer-ydiff.c @@ -0,0 +1,10 @@ +--- src/diffviewer/ydiff.c.orig 2010-05-05 21:33:16.000000000 +0300 ++++ src/diffviewer/ydiff.c 2010-05-06 11:33:06.000000000 +0300 +@@ -31,6 +31,7 @@ + #include <stdlib.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <sys/wait.h> + + #include "lib/global.h" + #include "lib/tty/tty.h" |