aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmm.c
diff options
context:
space:
mode:
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 f6319a49..e87cfd1e 100644
--- a/src/pmm.c
+++ b/src/pmm.c
@@ -8,8 +8,9 @@
#include "config.h" // CONFIG_*
#include "farptr.h" // struct segoff_s
#include "malloc.h" // _malloc
+#include "output.h" // dprintf
#include "string.h" // checksum
-#include "util.h" // dprintf
+#include "util.h" // pmm_init
#include "x86.h" // __ffs
struct pmmheader {