]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/c_threaded_variables.h
ncurses 6.0 - patch 20150808
[ncurses.git] / Ada95 / src / c_threaded_variables.h
index eac3e1b1e0bf2735a183d6a2e3b46c6b7f0f3c08..5f0f62f163338c3ddc62571f6b22646f8867b224 100644 (file)
@@ -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            *
  * 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 <ncurses_cfg.h>
+
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#else
+# if HAVE_STDINT_H
+#  include <stdint.h>
+# endif
+#endif
+
 #include <curses.h>
 
 extern WINDOW *stdscr_as_function(void);