about summary refs log tree commit diff homepage
path: root/lib/Solver/STPBuilder.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:31 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:31 +0000
commita008fb78987a4675d12f5934f3d51bbd84c3f653 (patch)
treeb58b455f4de7c3b8093c9bad090fcdbdc3ee3fc7 /lib/Solver/STPBuilder.h
parent268b8ff282c2c17535432a1b341a0b9f52c8ae69 (diff)
downloadklee-a008fb78987a4675d12f5934f3d51bbd84c3f653.tar.gz
STP: Switch build to using LLVM style Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Solver/STPBuilder.h')
-rw-r--r--lib/Solver/STPBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Solver/STPBuilder.h b/lib/Solver/STPBuilder.h
index 6382bc1f..30713253 100644
--- a/lib/Solver/STPBuilder.h
+++ b/lib/Solver/STPBuilder.h
@@ -17,7 +17,7 @@
 #include <map>
 
 #define Expr VCExpr
-#include "stp/c_interface.h"
+#include "../../stp/c_interface/c_interface.h"
 
 #if ENABLE_STPLOG == 1
 #include "stp/stplog.h"