artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1314328
)
better if I commit the version which actually includes the header ;)
author
espie
<espie@openbsd.org>
Thu, 4 Mar 2021 09:34:30 +0000
(09:34 +0000)
committer
espie
<espie@openbsd.org>
Thu, 4 Mar 2021 09:34:30 +0000
(09:34 +0000)
usr.bin/make/enginechoice.c
patch
|
blob
|
history
diff --git
a/usr.bin/make/enginechoice.c
b/usr.bin/make/enginechoice.c
index
073df0d
..
1b2e62e
100644
(file)
--- 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 *);