Changes in / [78a024a:375df9c]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r16cf182d r67e5ba36  
    1818#ifndef OWL_PERL
    1919#define NCURSES_ENABLE_STDBOOL_H 1
    20 #include <curses.h>
    21 #include <panel.h>
     20#include <ncursesw/curses.h>
     21#include <ncursesw/panel.h>
    2222#endif
    2323#include <sys/param.h>
  • tester.c

    r0ba7333 r67e5ba36  
    1010
    1111#undef instr
    12 #include <curses.h>
     12#include <ncursesw/curses.h>
    1313
    1414owl_global g;
Note: See TracChangeset for help on using the changeset viewer.