summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2012-05-09 08:23:24 +0000
committeravg <avg@FreeBSD.org>2012-05-09 08:23:24 +0000
commit2ac1a4e27053ea2ca73b4805decee8027966beb8 (patch)
tree671bd197b54b9e91e5ace224bdff9cfa341a6dbb /sys/boot/i386
parentc327cf08105e5fe1e80e276923d558b9f7c8db86 (diff)
downloadFreeBSD-src-2ac1a4e27053ea2ca73b4805decee8027966beb8.zip
FreeBSD-src-2ac1a4e27053ea2ca73b4805decee8027966beb8.tar.gz
r235154 followup: add stddef.h for offsetof
MFC after: 1 month
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/loader/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c
index 2202c73..df11a2e 100644
--- a/sys/boot/i386/loader/main.c
+++ b/sys/boot/i386/loader/main.c
@@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
*/
#include <stand.h>
+#include <stddef.h>
#include <string.h>
#include <machine/bootinfo.h>
#include <machine/psl.h>
OpenPOWER on IntegriCloud