| commit | 98d319eb9654ce903c751405535ebcd7077be887 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri May 04 02:22:47 2012 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Wed Aug 29 19:03:16 2012 +0200 |
| tree | ea179369378b31c333304066cd664b54d05702a8 | |
| parent | da442f4777454436e02bf0ec170bc9b59fb68546 [diff] [blame] |
Fix includes in PPC back end
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,