diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-30 09:51:20 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-30 09:51:20 +0000 |
commit | 79383c9c082e5d56618968237dad806d0eb615f3 (patch) | |
tree | 5a4ec99b6d47de6540d2be29ac64a8d79c48da87 /softmmu_exec.h | |
parent | c8f9349ad98dbfd20f72d49643dc8a5453ddc11e (diff) |
Fix some warnings that would be generated by gcc -Wredundant-decls
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'softmmu_exec.h')
-rw-r--r-- | softmmu_exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softmmu_exec.h b/softmmu_exec.h index b6e484918..9cc4535b6 100644 --- a/softmmu_exec.h +++ b/softmmu_exec.h @@ -9,6 +9,8 @@ #define ldul_executive ldl_executive #define ldul_supervisor ldl_supervisor +#include "softmmu_defs.h" + #define ACCESS_TYPE 0 #define MEMSUFFIX MMU_MODE0_SUFFIX #define DATA_SIZE 1 |