diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-05 22:55:54 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-05 22:55:54 +0000 |
commit | cebdff772d6af6a65bf799cbbf68f86d97025495 (patch) | |
tree | 89ce7eea8483a94ac300c6d59171dc27f12cad2a /host-utils.h | |
parent | 5452adbee0fb19f2d0662e055e72c4128bcfb976 (diff) |
Fix always_inline definition for Darwin, by Andreas Faerber.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4674 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'host-utils.h')
-rw-r--r-- | host-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host-utils.h b/host-utils.h index 0f7744511..b1e799ed3 100644 --- a/host-utils.h +++ b/host-utils.h @@ -23,6 +23,8 @@ * THE SOFTWARE. */ +#include "osdep.h" + #if defined(__x86_64__) #define __HAVE_FAST_MULU64__ static always_inline void mulu64 (uint64_t *plow, uint64_t *phigh, |