patch-periodic_h 380 B

12345678910111213
  1. $OpenBSD: patch-periodic_h,v 1.1.1.1 2010/08/23 09:31:23 ajacoutot Exp $
  2. --- periodic.h.orig Sat Aug 14 22:55:52 2010
  3. +++ periodic.h Sat Aug 14 22:56:09 2010
  4. @@ -296,7 +296,7 @@ modification follow.
  5. #ifdef VMS
  6. #include <curses.h>
  7. #endif
  8. -#if defined(linux) || defined(__FreeBSD)
  9. +#if defined(linux) || defined(__FreeBSD) || defined(__OpenBSD__)
  10. #include <ncurses.h>
  11. #endif