« Previous | Next » 

Revision 76dc3cf8

ID76dc3cf82c1fa4afc4b67f60318d90355ded8fb3

Added by Jiri Denemark over 12 years ago

build: Move QEMU_INCLUDES before QEMU_CFLAGS

This patch fixes build when any of the include paths from QEMU_CFLAGS
contains a header file with similar name to a header file in qemu
sources. I hit it with error.h included by qapi/qapi-types-core.h. GCC
decided to use /usr/include/alsa/error.h instead of qemu's error.h.

Tested-by: Michael Roth <>
Signed-off-by: Jiri Denemark <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences