aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inline.c
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-05-16 15:14:35 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-05-21 02:49:44 +0200
commit5a2aa843532db560efc692708d5849e005171852 (patch)
tree9a86c51b04ddd0c29ef1f9391679e90e2daef2a7 /inline.c
parentf69126d5d45d0f8a243880c5919efc45a0a0197f (diff)
downloadsparse-dev-5a2aa843532db560efc692708d5849e005171852.tar.gz
api: move evaluate interface to its own header file
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'inline.c')
-rw-r--r--inline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inline.c b/inline.c
index 28c3afb1..fcc43db5 100644
--- a/inline.c
+++ b/inline.c
@@ -32,6 +32,7 @@
#include "parse.h"
#include "symbol.h"
#include "expression.h"
+#include "evaluate.h"
static void copy_statement(struct statement *src, struct statement *dst);