From fa9c66a6560a5009302aff22602ffa3e955726d9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 14 Sep 2013 19:10:40 -0400 Subject: Rename util.c to string.c and introduce string.h. Signed-off-by: Kevin O'Connor --- src/pnpbios.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pnpbios.c') 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; -- cgit v1.2.1