aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-03-25 14:31:16 -0600
committerKarl Schultz <karl@lunarg.com>2016-03-25 14:31:16 -0600
commit05b577f716620f0409222833c6662eb6d98a0847 (patch)
treeabc5dc327a33b2dc8ccf84d8abe1e271dc77d4b4
parentcd9887df6a1dcc03280306fcbea241bb92ddb0cd (diff)
downloadusermoji-05b577f716620f0409222833c6662eb6d98a0847.tar.xz
demos: add missing signal.h to tri.
Change-Id: If1e509850506495126e827b8605e00fc3ef8c7f9
-rw-r--r--demos/tri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tri.c b/demos/tri.c
index bb85565a..d7988f6d 100644
--- a/demos/tri.c
+++ b/demos/tri.c
@@ -44,6 +44,7 @@
#include <string.h>
#include <stdbool.h>
#include <assert.h>
+#include <signal.h>
#ifdef _WIN32
#pragma comment(linker, "/subsystem:windows")