aboutsummaryrefslogtreecommitdiff
path: root/fetch.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-05-04 02:22:47 +0200
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:03:16 +0200
commit98d319eb9654ce903c751405535ebcd7077be887 (patch)
treeea179369378b31c333304066cd664b54d05702a8 /fetch.c
parentda442f4777454436e02bf0ec170bc9b59fb68546 (diff)
downloadltrace-98d319eb9654ce903c751405535ebcd7077be887.tar.gz
Fix includes in PPC back end
Diffstat (limited to 'fetch.c')
-rw-r--r--fetch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetch.c b/fetch.c
index db05bfe..bce949f 100644
--- a/fetch.c
+++ b/fetch.c
@@ -20,9 +20,11 @@
#include <stdlib.h>
#include <string.h>
+
#include "fetch.h"
#include "value.h"
#include "arch.h"
+#include "type.h"
#ifdef ARCH_HAVE_FETCH_ARG
struct fetch_context *arch_fetch_arg_init(enum tof type, struct Process *proc,