diff options
Diffstat (limited to 'runtime/Intrinsic/klee_overshift_check.c')
-rw-r--r-- | runtime/Intrinsic/klee_overshift_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Intrinsic/klee_overshift_check.c b/runtime/Intrinsic/klee_overshift_check.c index c0cb6102..0a910172 100644 --- a/runtime/Intrinsic/klee_overshift_check.c +++ b/runtime/Intrinsic/klee_overshift_check.c @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include <klee/klee.h> +#include "klee/klee.h" /* This instrumentation call is used to check for overshifting. * If we do try to do x << y or x >> y |