about summary refs log tree commit diff homepage
path: root/test/regression/2015-08-30-sdiv-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2015-08-30-sdiv-1.c')
-rw-r--r--test/regression/2015-08-30-sdiv-1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regression/2015-08-30-sdiv-1.c b/test/regression/2015-08-30-sdiv-1.c
index 7356e74c..2b819aea 100644
--- a/test/regression/2015-08-30-sdiv-1.c
+++ b/test/regression/2015-08-30-sdiv-1.c
@@ -7,6 +7,7 @@
 /* Division by constant can be optimized.using mul/shift
  * For signed division, div by 1 or -1 cannot be optimized like that.
  */
+#include "klee/klee.h"
 #include <stdint.h>
 int main() {
   int32_t dividend;