diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-16 08:03:26 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-16 08:03:26 +0000 |
commit | facd2857783d58387885ad7cb1e4a8386f241738 (patch) | |
tree | 825fd65872d2e822c7296a791b95a3753089cedf /host-utils.c | |
parent | e27b27b3c6fb9e52e10cd0e5bbac3647517bbd97 (diff) |
user: compile host-utils.c only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'host-utils.c')
-rw-r--r-- | host-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host-utils.c b/host-utils.c index f92c3396c6..dc9612387b 100644 --- a/host-utils.c +++ b/host-utils.c @@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "exec.h" +#include <stdlib.h> +#include <stdint.h> #include "host-utils.h" //#define DEBUG_MULDIV |