diff options
Diffstat (limited to 'vgasrc')
-rw-r--r-- | vgasrc/vgainit.c | 1 | ||||
-rw-r--r-- | vgasrc/vgautil.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/vgasrc/vgainit.c b/vgasrc/vgainit.c index 4050c96a..c6c81490 100644 --- a/vgasrc/vgainit.c +++ b/vgasrc/vgainit.c @@ -14,7 +14,6 @@ #include "std/optionrom.h" // struct pci_data #include "std/pmm.h" // struct pmmheader #include "string.h" // checksum_far -#include "util.h" // VERSION #include "vgabios.h" // SET_VGA #include "vgahw.h" // vgahw_setup #include "vgautil.h" // swcursor_check_event diff --git a/vgasrc/vgautil.h b/vgasrc/vgautil.h index 79c16be7..08c4e8dc 100644 --- a/vgasrc/vgautil.h +++ b/vgasrc/vgautil.h @@ -87,4 +87,7 @@ extern u8 vgafont16alt[]; extern int VgaBDF; extern int HaveRunInit; +// vgaversion.c +extern const char VERSION[], BUILDINFO[]; + #endif // vgautil.h |