| commit | a7af00db2231e99a4506e4f5587f9dd00b9d1175 | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@thehackers.org> | Sun Jul 26 13:23:18 2009 +0200 |
| committer | Juan Cespedes <cespedes@thehackers.org> | Sun Jul 26 13:23:18 2009 +0200 |
| tree | e6cb182a181cff3e7a53afe07c83b3eab2a1847e | |
| parent | 163765561621a9127cee3243dd94011e70a2c580 [diff] [blame] |
Fixed compilation problems in armel, ia64 and powerpc
diff --git a/sysdeps/linux-gnu/ia64/breakpoint.c b/sysdeps/linux-gnu/ia64/breakpoint.c index 4f09173..45ee11e 100644 --- a/sysdeps/linux-gnu/ia64/breakpoint.c +++ b/sysdeps/linux-gnu/ia64/breakpoint.c
@@ -6,10 +6,7 @@ #include <sys/ptrace.h> #include <string.h> -#include "arch.h" -#include "options.h" -#include "output.h" -#include "debug.h" +#include "common.h" static long long extract_bit_field(char *bundle, int from, int len) {