joe.patch 224 B

1234567891011
  1. --- termcap.c.dist 2003-07-02 16:35:41.000000000 +0200
  2. +++ termcap.c 2003-07-02 16:35:50.000000000 +0200
  3. @@ -20,6 +20,7 @@
  4. #endif
  5. #ifdef TERMINFO
  6. #ifdef HAVE_TERM_H
  7. +#include <curses.h>
  8. #include <term.h>
  9. #endif
  10. #endif