aboutsummaryrefslogtreecommitdiff
path: root/fetch.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-21 23:46:24 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-21 23:46:24 +0200
commita2e16c5cc8cc2343d40a44ac8b4d2230de9fc985 (patch)
treefec7aa8a57167531f7624b847d823bcbdcc9c8b2 /fetch.c
parent5371a73782447ffa19c0183ad55b6d0936c19e8a (diff)
downloadltrace-a2e16c5cc8cc2343d40a44ac8b4d2230de9fc985.tar.gz
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.
Diffstat (limited to 'fetch.c')
-rw-r--r--fetch.c2
1 files changed, 1 insertions, 1 deletions
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