Author: rwatson Date: Sun Apr 19 23:03:57 2009 New Revision: 191292 URL: http://svn.freebsd.org/changeset/base/191292
Log: Explicitly include machine/param.h for CACHE_LINE_SIZE. MFC after: 2 weeks Modified: head/libexec/rtld-elf/rtld_lock.c Modified: head/libexec/rtld-elf/rtld_lock.c ============================================================================== --- head/libexec/rtld-elf/rtld_lock.c Sun Apr 19 23:02:50 2009 (r191291) +++ head/libexec/rtld-elf/rtld_lock.c Sun Apr 19 23:03:57 2009 (r191292) @@ -42,6 +42,8 @@ * using assembly language sequences in "rtld_start.S". */ +#include <machine/param.h> + #include <signal.h> #include <stdlib.h> #include <time.h> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"