summaryrefslogtreecommitdiff
path: root/src/pmm.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 19:10:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commitfa9c66a6560a5009302aff22602ffa3e955726d9 (patch)
tree55215b572a47412f5eefb884517e6b71aaf9ee68 /src/pmm.c
parent0ac5e9e0fc84032c99d9be6c4903afb2d616c97f (diff)
downloadqemu-seabios-fa9c66a6560a5009302aff22602ffa3e955726d9.tar.gz
Rename util.c to string.c and introduce string.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/pmm.c')
-rw-r--r--src/pmm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pmm.c b/src/pmm.c
index c86d66f..fef343b 100644
--- a/src/pmm.c
+++ b/src/pmm.c
@@ -4,13 +4,14 @@
//
// 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 "memmap.h" // struct e820entry
#include "farptr.h" // GET_FARVAR
#include "biosvar.h" // GET_BDA
#include "optionroms.h" // OPTION_ROM_ALIGN
#include "list.h" // hlist_node
+#include "string.h" // memset
#include "x86.h" // __ffs
// Information on a reserved area.