1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123629

View File

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