patch-frame_c 300 B

123456789101112131415161718
  1. $OpenBSD: patch-frame_c,v 1.1 2017/05/12 20:27:25 naddy Exp $
  2. Index: frame.c
  3. --- frame.c.orig
  4. +++ frame.c
  5. @@ -16,8 +16,10 @@
  6. #endif
  7. #endif
  8. -#include <stdio.h>
  9. #include <ctype.h>
  10. +#include <curses.h>
  11. +#include <stdio.h>
  12. +#include <unistd.h>
  13. #include "sc.h"
  14. static struct frange *frame_base;