mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
14cccb6185
commit
1de7afc984
496 changed files with 673 additions and 673 deletions
|
@ -22,9 +22,9 @@
|
|||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "compiler.h"
|
||||
#include "qemu/compiler.h"
|
||||
#include "virtio-9p-marshal.h"
|
||||
#include "bswap.h"
|
||||
#include "qemu/bswap.h"
|
||||
|
||||
void v9fs_string_free(V9fsString *str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue