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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to