Changeset 176d2c75 for owl.h


Ignore:
Timestamp:
Jul 10, 2011, 9:55:02 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
4cb1aa2b
Parents:
a130fc5
git-author:
David Benjamin <davidben@mit.edu> (07/10/11 21:51:10)
git-committer:
David Benjamin <davidben@mit.edu> (07/10/11 21:55:02)
Message:
Include the ncursesw headers

They're apparently supposed to be compatible with the standard ones, but
we get wchar_t versions of various functions and should be able to
eliminate libncurses5-dev from the build deps.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r2560529 r176d2c75  
    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>
Note: See TracChangeset for help on using the changeset viewer.