mirror of https://github.com/xemu-project/xemu.git
e1000e: use local path for local headers
When pulling in headers that are in the same directory as the C file (as opposed to one in include/), we should use its relative path, without a directory. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
455e17a1b8
commit
e703a5a1e0
|
@ -41,7 +41,7 @@
|
|||
#include "hw/pci/msi.h"
|
||||
#include "hw/pci/msix.h"
|
||||
|
||||
#include "hw/net/e1000_regs.h"
|
||||
#include "e1000_regs.h"
|
||||
|
||||
#include "e1000x_common.h"
|
||||
#include "e1000e_core.h"
|
||||
|
|
Loading…
Reference in New Issue