Revision 72cf2d4f qemu-option.h

b/qemu-option.h
26 26
#ifndef QEMU_OPTIONS_H
27 27
#define QEMU_OPTIONS_H
28 28

  
29
#include "sys-queue.h"
29
#include "qemu-queue.h"
30 30

  
31 31
enum QEMUOptionParType {
32 32
    OPT_FLAG,
......
95 95

  
96 96
struct QemuOptsList {
97 97
    const char *name;
98
    TAILQ_HEAD(, QemuOpts) head;
98
    QTAILQ_HEAD(, QemuOpts) head;
99 99
    QemuOptDesc desc[];
100 100
};
101 101

  

Also available in: Unified diff