summaryrefslogtreecommitdiffstats
path: root/xpa
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-22 21:30:58 (GMT)
committerGitHub <noreply@github.com>2018-01-22 21:30:58 (GMT)
commit0c198f7902ee997dd8ec3631e8ff1c385257014d (patch)
treece866509fd84a798f80a8edca0a92a764025cb0b /xpa
parentb90a5be4f4280b44ad6fda3f0a228fe838fed3df (diff)
downloadblt-0c198f7902ee997dd8ec3631e8ff1c385257014d.zip
blt-0c198f7902ee997dd8ec3631e8ff1c385257014d.tar.gz
blt-0c198f7902ee997dd8ec3631e8ff1c385257014d.tar.bz2
Update tcl.c
fix an issue with gcc 7.2
Diffstat (limited to 'xpa')
-rw-r--r--xpa/tcl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpa/tcl.c b/xpa/tcl.c
index 1dbdad4..1e22ea7 100644
--- a/xpa/tcl.c
+++ b/xpa/tcl.c
@@ -3,6 +3,7 @@
*/
#include <xpap.h>
+#include <stdint.h>
#if HAVE_TCL