diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-10 21:38:48 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-10 21:38:48 +0000 |
commit | abcd5da72e66becf055aff3a225f7c8645c18fff (patch) | |
tree | a572a2d498771dd22f4cb518baf02c47df0c2df9 /vlmkcow.c | |
parent | 97a847bc03d22bf5b0562af2407bc3516b3bfdd1 (diff) |
use bswap.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@351 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vlmkcow.c')
-rw-r--r-- | vlmkcow.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,12 +38,12 @@ #include <sys/poll.h> #include <errno.h> #include <sys/wait.h> +#include <sys/stat.h> #include <netinet/in.h> #include "vl.h" -#define NO_THUNK_TYPE_SIZE -#include "thunk.h" +#include "bswap.h" int cow_create(int cow_fd, const char *image_filename, int64_t image_sectors) |