aboutsummaryrefslogtreecommitdiff
path: root/value.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-07 03:41:36 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:07 +0200
commit642626096a694c6af279d25d2b1b2fba5b10ddfb (patch)
tree09bdd3219602049e767831d6370beb9b677aeda0 /value.c
parentcd972587a4c0d14d764b3d0a43d75f5941db14cc (diff)
downloadltrace-642626096a694c6af279d25d2b1b2fba5b10ddfb.tar.gz
Add backend.h for backend interfaces
Diffstat (limited to 'value.c')
-rw-r--r--value.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/value.c b/value.c
index 6002a6b..58e36c1 100644
--- a/value.c
+++ b/value.c
@@ -26,6 +26,7 @@
#include "type.h"
#include "common.h"
#include "expr.h"
+#include "backend.h"
static void
value_common_init(struct value *valp, struct Process *inferior,