diff options
Diffstat (limited to 'src/pnpbios.c')
-rw-r--r-- | src/pnpbios.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pnpbios.c b/src/pnpbios.c index fddcc81..e67425f 100644 --- a/src/pnpbios.c +++ b/src/pnpbios.c @@ -4,9 +4,10 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "util.h" // checksum +#include "util.h" // dprintf #include "config.h" // BUILD_BIOS_ADDR #include "farptr.h" // SET_FARVAR +#include "string.h" // checksum struct pnpheader { u32 signature; |