diff options
Diffstat (limited to 'editors/sted/files/patch-ab')
-rw-r--r-- | editors/sted/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/sted/files/patch-ab b/editors/sted/files/patch-ab new file mode 100644 index 000000000000..38b5dff8612f --- /dev/null +++ b/editors/sted/files/patch-ab @@ -0,0 +1,11 @@ +--- sted.c Sun May 17 13:15:08 1998 ++++ /home/andy/tmp/wrk/sted.c Tue May 19 10:42:21 1998 +@@ -34,7 +34,7 @@ + **************************************************************************/ + + +-#include <curses.h> ++#include <ncurses.h> + #include <signal.h> + #include <string.h> + #include <stdlib.h> |