summaryrefslogtreecommitdiff
path: root/vlmkcow.c
diff options
context:
space:
mode:
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)