Revision beb6f0de qemu-common.h

b/qemu-common.h
2 2
#ifndef QEMU_COMMON_H
3 3
#define QEMU_COMMON_H
4 4

  
5
#include "config-host.h"
6

  
5 7
#define QEMU_NORETURN __attribute__ ((__noreturn__))
6 8
#ifdef CONFIG_GCC_ATTRIBUTE_WARN_UNUSED_RESULT
7 9
#define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
......
29 31
#include <fcntl.h>
30 32
#include <sys/stat.h>
31 33
#include <assert.h>
32
#include "config-host.h"
33 34

  
34 35
#ifndef O_LARGEFILE
35 36
#define O_LARGEFILE 0

Also available in: Unified diff