- use </usr/include/vga.h> instead of "/usr/include/vga.h" so that it
doesn't get put in the dependency list. It's not clear what is the best way to handle this header conflict anyway, other than to rename vga.h to bxvga.h or something.
This commit is contained in:
parent
15ca2d4298
commit
24f58227a5
@ -21,7 +21,7 @@
|
||||
#define BX_PLUGGABLE
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "/usr/include/vga.h"
|
||||
#include </usr/include/vga.h>
|
||||
#include <vgagl.h>
|
||||
#include <vgakeyboard.h>
|
||||
#include <vgamouse.h>
|
||||
|
Loading…
Reference in New Issue
Block a user