From 54b2ae180d358ece64f630a3e9979f7634aaf998 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 12 Oct 1999 19:08:09 +0000 Subject: [PATCH] Include opt_compat.h now the old signalling syscalls are of type COMPAT. --- sys/alpha/alpha/machdep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 38aaee87e41..1d6f2ae81d6 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -88,6 +88,7 @@ * rights to redistribute these changes. */ +#include "opt_compat.h" #include "opt_ddb.h" #include "opt_simos.h" #include "opt_sysvipc.h"