From c89068455d8ce6a169c9e3e0f5c94d2658933fda Mon Sep 17 00:00:00 2001 From: balrog Date: Wed, 12 Nov 2008 17:18:41 +0000 Subject: Include for ffs(). ffs() is in although bsd compatible systems have it in already. ffs() is used in omap1.c, omap2.c, omap_i2c.c, bt-sdp.c. These uses can be replaced with clz32() but ffs is more available. Problem was spotted by malc. Make host-utils.h formatting more consistent. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5708 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-common.h') diff --git a/qemu-common.h b/qemu-common.h index b82741bc02..7831409fba 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3