Revision abcd5da7 vlmkcow.c

b/vlmkcow.c
38 38
#include <sys/poll.h>
39 39
#include <errno.h>
40 40
#include <sys/wait.h>
41
#include <sys/stat.h>
41 42
#include <netinet/in.h>
42 43

  
43 44
#include "vl.h"
44 45

  
45
#define NO_THUNK_TYPE_SIZE
46
#include "thunk.h"
46
#include "bswap.h"
47 47

  
48 48
int cow_create(int cow_fd, const char *image_filename, 
49 49
               int64_t image_sectors)

Also available in: Unified diff