svn commit: r235158 - head/sys/boot/i386/loader

Andriy Gapon avg at FreeBSD.org
Wed May 9 08:23:25 UTC 2012


Author: avg
Date: Wed May  9 08:23:24 2012
New Revision: 235158
URL: http://svn.freebsd.org/changeset/base/235158

Log:
  r235154 followup: add stddef.h for offsetof
  
  MFC after:	1 month

Modified:
  head/sys/boot/i386/loader/main.c

Modified: head/sys/boot/i386/loader/main.c
==============================================================================
--- head/sys/boot/i386/loader/main.c	Wed May  9 08:18:22 2012	(r235157)
+++ head/sys/boot/i386/loader/main.c	Wed May  9 08:23:24 2012	(r235158)
@@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
  */
 
 #include <stand.h>
+#include <stddef.h>
 #include <string.h>
 #include <machine/bootinfo.h>
 #include <machine/psl.h>


More information about the svn-src-head mailing list