summaryrefslogtreecommitdiff
path: root/src/fw/smbios.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 20:23:54 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit9dea59025f8aa3742ff5b27d1772e1651066ffb9 (patch)
tree98df1ab2466f14dffee39a7a56db813db6ad3aef /src/fw/smbios.c
parent41639f80b6405563bf36844f3aeab1b6fe912ec6 (diff)
downloadqemu-seabios-9dea59025f8aa3742ff5b27d1772e1651066ffb9.tar.gz
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/smbios.c')
-rw-r--r--src/fw/smbios.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fw/smbios.c b/src/fw/smbios.c
index 2f95d96..beb3143 100644
--- a/src/fw/smbios.c
+++ b/src/fw/smbios.c
@@ -9,6 +9,7 @@
#include "config.h" // CONFIG_*
#include "paravirt.h" // RamSize
#include "smbios.h" // struct smbios_entry_point
+#include "malloc.h" // free
#include "romfile.h" // romfile_findprefix
#include "string.h" // memset
#include "x86.h" // cpuid