Add missing #include "opt_compat.h" so that the compatability function

freebsd4_freebsd32_sigreturn() is defined when expected.  This should
unbreak the tinderbox. Sorry.
This commit is contained in:
Peter Wemm 2003-12-18 06:59:18 +00:00
parent fd25f0d539
commit 59553d37df

View File

@ -26,6 +26,8 @@
* $FreeBSD$
*/
#include "opt_compat.h"
#define __ELF_WORD_SIZE 32
#include <sys/param.h>