From 8511f99ef3ace3bc94b0f76030862ac4df700730 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 29 May 2002 19:38:49 +0000 Subject: [PATCH] Add needed include of queue.h. Remove unneeded include of smp.h. --- sys/boot/sparc64/loader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 3d6fffb4fbfc..00a54c4b057d 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -30,7 +31,6 @@ #include #include #include -#include #include #include