X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsrc%2Fc_threaded_variables.h;h=5f0f62f163338c3ddc62571f6b22646f8867b224;hp=eac3e1b1e0bf2735a183d6a2e3b46c6b7f0f3c08;hb=f8f67d02e909c4d165fbed2ba2810c94f2862548;hpb=34d602f272c394e9a980438e636e1ce4d355f83b diff --git a/Ada95/src/c_threaded_variables.h b/Ada95/src/c_threaded_variables.h index eac3e1b1..5f0f62f1 100644 --- a/Ada95/src/c_threaded_variables.h +++ b/Ada95/src/c_threaded_variables.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2011,2014 Free Software Foundation, Inc. * + * Copyright (c) 2011-2014,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -26,9 +26,21 @@ * authorization. * ****************************************************************************/ +/* $Id: c_threaded_variables.h,v 1.3 2015/08/06 23:09:47 tom Exp $ */ + #ifndef __C_THREADED_VARIABLES_H #define __C_THREADED_VARIABLES_H +#include + +#if HAVE_INTTYPES_H +# include +#else +# if HAVE_STDINT_H +# include +# endif +#endif + #include extern WINDOW *stdscr_as_function(void);