aboutsummaryrefslogtreecommitdiff
path: root/vlmkcow.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-08-10 21:38:48 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-08-10 21:38:48 +0000
commitabcd5da72e66becf055aff3a225f7c8645c18fff (patch)
treea572a2d498771dd22f4cb518baf02c47df0c2df9 /vlmkcow.c
parent97a847bc03d22bf5b0562af2407bc3516b3bfdd1 (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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vlmkcow.c b/vlmkcow.c
index 80d9a08856..2cc6332e7f 100644
--- a/vlmkcow.c
+++ b/vlmkcow.c
@@ -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)