Revision faf07963 block-vmdk.c

b/block-vmdk.c
23 23
 * THE SOFTWARE.
24 24
 */
25 25

  
26
#include "vl.h"
26
#include "qemu-common.h"
27 27
#include "block_int.h"
28 28

  
29 29
#define VMDK3_MAGIC (('C' << 24) | ('O' << 16) | ('W' << 8) | 'D')

Also available in: Unified diff