From afcfdf0d41e2fa0bccc5ba4491e96b8fb096eef4 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 11 Aug 2008 18:09:46 -0300 Subject: [PATCH] missed the vis.h exclusion from patch --- gen_subs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_subs.c b/gen_subs.c index 912c32c..161659b 100644 --- a/gen_subs.c +++ b/gen_subs.c @@ -54,7 +54,9 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil #include #include #include -#include +#ifndef DEBIAN +# include +#endif /* DEBIAN */ #include "pax.h" #include "extern.h" -- 2.30.2