Revision 1de7afc9 linux-user/qemu.h

b/linux-user/qemu.h
18 18
#include "syscall.h"
19 19
#include "target_signal.h"
20 20
#include "exec/gdbstub.h"
21
#include "qemu-queue.h"
21
#include "qemu/queue.h"
22 22

  
23 23
#if defined(CONFIG_USE_NPTL)
24 24
#define THREAD __thread
......
217 217
                               unsigned long guest_start,
218 218
                               bool fixed);
219 219

  
220
#include "qemu-log.h"
220
#include "qemu/log.h"
221 221

  
222 222
/* syscall.c */
223 223
int host_to_target_waitstatus(int status);

Also available in: Unified diff