From 76df382c3a8ad2c1dfd8a5a72eb9743b9e81ecc4 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Wed, 9 May 2012 08:23:24 +0000 Subject: [PATCH] r235154 followup: add stddef.h for offsetof MFC after: 1 month --- sys/boot/i386/loader/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index 2202c73d169..df11a2ef215 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); */ #include +#include #include #include #include