missed the vis.h exclusion from patch
authorBdale Garbee <bdale@gag.com>
Mon, 11 Aug 2008 21:09:46 +0000 (18:09 -0300)
committerBdale Garbee <bdale@gag.com>
Mon, 11 Aug 2008 21:09:46 +0000 (18:09 -0300)
gen_subs.c

index 912c32cdc87af2f84a84a9e947b226b05d5bef42..161659bca44a85be0b8c4f102e084e81d5de716d 100644 (file)
@@ -54,7 +54,9 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
-#include <vis.h>
+#ifndef DEBIAN
+# include <vis.h>
+#endif /* DEBIAN */
 #include "pax.h"
 #include "extern.h"