From: Bdale Garbee Date: Mon, 11 Aug 2008 21:09:46 +0000 (-0300) Subject: missed the vis.h exclusion from patch X-Git-Tag: debian/20090728-1~17 X-Git-Url: https://git.gag.com/?p=debian%2Fpax;a=commitdiff_plain;h=afcfdf0d41e2fa0bccc5ba4491e96b8fb096eef4 missed the vis.h exclusion from patch --- 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"