diff options
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/patches/patch-ag | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mc/patches/patch-ag b/misc/mc/patches/patch-ag index 9d01a4cec0b..e6e8c97b162 100644 --- a/misc/mc/patches/patch-ag +++ b/misc/mc/patches/patch-ag @@ -1,9 +1,9 @@ ---- src/dlg.c Sat Jan 24 17:08:46 1998 -+++ src/dlg.c.orig Tue Sep 16 23:54:31 1997 +--- src/dlg.c.orig Tue Sep 16 23:54:31 1997 ++++ src/dlg.c Sat Jan 24 17:08:46 1998 @@ -21,5 +21,5 @@ #include <string.h> #include <stdio.h> --#include <stdlib.h> -+#include <malloc.h> +-#include <malloc.h> ++#include <stdlib.h> #include "tty.h" #include <stdarg.h> |