From 59553d37df44e67a58141dce18ac1791c48ed5a9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 18 Dec 2003 06:59:18 +0000 Subject: [PATCH] Add missing #include "opt_compat.h" so that the compatability function freebsd4_freebsd32_sigreturn() is defined when expected. This should unbreak the tinderbox. Sorry. --- sys/ia64/ia32/ia32_signal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/ia64/ia32/ia32_signal.c b/sys/ia64/ia32/ia32_signal.c index 31bce97d9fce..913cd15accad 100644 --- a/sys/ia64/ia32/ia32_signal.c +++ b/sys/ia64/ia32/ia32_signal.c @@ -26,6 +26,8 @@ * $FreeBSD$ */ +#include "opt_compat.h" + #define __ELF_WORD_SIZE 32 #include