]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/c_threaded_variables.h
ncurses 6.2 - patch 20200627
[ncurses.git] / Ada95 / src / c_threaded_variables.h
index eac3e1b1e0bf2735a183d6a2e3b46c6b7f0f3c08..e27ff7c303d55baf196d077826f5bb697d651f9f 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
- * Copyright (c) 2011,2014 Free Software Foundation, Inc.                   *
+ * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 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.4 2020/02/02 23:34:34 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);