From 72384683ada3f4cd136b273f7c6bb1bed99c8e4d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 6 Jan 2003 20:05:45 +0000 Subject: [PATCH] In userland case include , not . This is needed to make the src/tools/regression/geom stuff compile. --- sys/geom/geom_pc98.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c index d61e50b10cd..73910d08b0f 100644 --- a/sys/geom/geom_pc98.c +++ b/sys/geom/geom_pc98.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include #else #include #include