ncurses.c
changeset 118 17dff2c6fc88
parent 115 47731bdd72c9
equal deleted inserted replaced
117:5f3a34ba6489 118:17dff2c6fc88
     9 
     9 
    10 #include <stdio.h>
    10 #include <stdio.h>
    11 #include <string.h>
    11 #include <string.h>
    12 #include <stdlib.h>
    12 #include <stdlib.h>
    13 #include <fcntl.h>
    13 #include <fcntl.h>
    14 #include <ncursesw/curses.h>
    14 #include <ncurses.h>
    15 #include <wchar.h>
    15 #include <wchar.h>
    16 #include <locale.h>
    16 #include <locale.h>
    17 
    17 
    18 #ifndef u_char
    18 #ifndef u_char
    19 typedef unsigned char u_char;
    19 typedef unsigned char u_char;