| commit | a2e16c5cc8cc2343d40a44ac8b4d2230de9fc985 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri Sep 21 23:46:24 2012 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Fri Sep 21 23:46:24 2012 +0200 |
| tree | fec7aa8a57167531f7624b847d823bcbdcc9c8b2 | |
| parent | 5371a73782447ffa19c0183ad55b6d0936c19e8a [diff] [blame] |
Don't include arch.h, include sysdep.h instead arch.h is supposed to be a simple configuration file and few have inclusion guards. sysdep.h is the proper interface to use.
diff --git a/fetch.c b/fetch.c index bce949f..a1eb8f4 100644 --- a/fetch.c +++ b/fetch.c
@@ -22,8 +22,8 @@ #include <string.h> #include "fetch.h" +#include "sysdep.h" #include "value.h" -#include "arch.h" #include "type.h" #ifdef ARCH_HAVE_FETCH_ARG