From 58ed1853162a630ab6a918c222b7b7caef15e59d Mon Sep 17 00:00:00 2001 From: yrutschle Date: Sun, 19 Dec 2021 19:30:21 +0100 Subject: [PATCH] missing header dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8ed217..2d9a988 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ version.h: sslh: sslh-fork sslh-select sslh-ev -$(OBJS): version.h common.h collection.h sslh-conf.h gap.h +$(OBJS): version.h common.h collection.h sslh-conf.h gap.h processes.h sslh-conf.c sslh-conf.h: sslhconf.cfg conf2struct sslhconf.cfg