X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.h.in;h=e9f8d75a8f3287598bcb2c4d351788d25d773b07;hp=30da31a5aa8905b58eee132fb1599879680460a5;hb=c6f54649ed4bf49ec27a522816984d2290201438;hpb=f8a14dc01262d11475f9e4713a64567ae8f7fccc;ds=inline diff --git a/include/curses.h.in b/include/curses.h.in index 30da31a5..e9f8d75a 100644 --- a/include/curses.h.in +++ b/include/curses.h.in @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.h.in,v 1.238 2014/03/15 19:04:15 tom Exp $ */ +/* $Id: curses.h.in,v 1.239 2014/03/22 22:57:35 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -59,6 +59,10 @@ */ #include +#if @HAVE_STDINT_H@ +#include +#endif + /* * User-definable tweak to disable the include of . */ @@ -156,8 +160,8 @@ typedef unsigned chtype; typedef unsigned mmask_t; #else -typedef unsigned @cf_cv_typeof_chtype@ chtype; -typedef unsigned @cf_cv_typeof_mmask_t@ mmask_t; +typedef @cf_cv_typeof_chtype@ chtype; +typedef @cf_cv_typeof_mmask_t@ mmask_t; #endif /*