Revision 72cf2d4f block.c

b/block.c
22 22
 * THE SOFTWARE.
23 23
 */
24 24
#include "config-host.h"
25
#ifdef CONFIG_BSD
26
/* include native header before sys-queue.h */
27
#include <sys/queue.h>
28
#endif
29

  
30 25
#include "qemu-common.h"
31 26
#include "monitor.h"
32 27
#include "block_int.h"
......
36 31
#include <sys/types.h>
37 32
#include <sys/stat.h>
38 33
#include <sys/ioctl.h>
34
#include <sys/queue.h>
39 35
#ifndef __DragonFly__
40 36
#include <sys/disk.h>
41 37
#endif

Also available in: Unified diff