aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_debug.c
diff options
context:
space:
mode:
authorLuca Dariz <luca@orpolo.org>2022-06-28 12:10:51 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-27 21:16:15 +0200
commit499f154bf12fe15c6aa1740100e4545a71490be1 (patch)
treed7a3df1d591249689eae742add539248cae9a6d5 /vm/vm_debug.c
parenta3db37b8837c091f6018257f2de5bb740350f3f5 (diff)
downloadgnumach-499f154bf12fe15c6aa1740100e4545a71490be1.tar.gz
gnumach-499f154bf12fe15c6aa1740100e4545a71490be1.tar.bz2
gnumach-499f154bf12fe15c6aa1740100e4545a71490be1.zip
fix warnings for 32 bit builds
Signed-off-by: Luca Dariz <luca@orpolo.org> Message-Id: <20220628101054.446126-13-luca@orpolo.org>
Diffstat (limited to 'vm/vm_debug.c')
-rw-r--r--vm/vm_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c
index 2dff2296..4b5c1521 100644
--- a/vm/vm_debug.c
+++ b/vm/vm_debug.c
@@ -48,6 +48,7 @@
#include <vm/vm_object.h>
#include <kern/task.h>
#include <kern/host.h>
+#include <kern/printf.h>
#include <ipc/ipc_port.h>