about summary refs log tree commit diff homepage
path: root/examples/get_sign/get_sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/get_sign/get_sign.c')
-rw-r--r--examples/get_sign/get_sign.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/get_sign/get_sign.c b/examples/get_sign/get_sign.c
index a97ac375..fd2ad9f2 100644
--- a/examples/get_sign/get_sign.c
+++ b/examples/get_sign/get_sign.c
@@ -2,6 +2,7 @@
  * First KLEE tutorial: testing a small function
  */
 
+#include <klee/klee.h>
 
 int get_sign(int x) {
   if (x == 0)