From: espie Date: Thu, 4 Mar 2021 09:34:30 +0000 (+0000) Subject: better if I commit the version which actually includes the header ;) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=10d58120202f52f53c6efd3712b9ecb9904dd45e;p=openbsd better if I commit the version which actually includes the header ;) --- diff --git a/usr.bin/make/enginechoice.c b/usr.bin/make/enginechoice.c index 073df0d6314..1b2e62e805a 100644 --- a/usr.bin/make/enginechoice.c +++ b/usr.bin/make/enginechoice.c @@ -1,4 +1,4 @@ -/* $OpenBSD: enginechoice.c,v 1.2 2021/03/04 09:32:49 espie Exp $ */ +/* $OpenBSD: enginechoice.c,v 1.3 2021/03/04 09:34:30 espie Exp $ */ /* * Copyright (c) 2020 Marc Espie. * @@ -27,6 +27,7 @@ #include "defines.h" #include "compat.h" #include "make.h" +#include "enginechoice.h" struct engine { void (*run_list)(Lst, bool *, bool *);