vis.c needs to include vis.h from local directory
authorBdale Garbee <bdale@gag.com>
Mon, 11 Aug 2008 22:09:27 +0000 (19:09 -0300)
committerBdale Garbee <bdale@gag.com>
Mon, 11 Aug 2008 22:09:27 +0000 (19:09 -0300)
vis.c

diff --git a/vis.c b/vis.c
index 8e44ad733c72cdb7c22624c2a8707fcdd8fbbe1b..d4cc00e1218e9ff19013b2374a9a653e0aa87c55 100644 (file)
--- a/vis.c
+++ b/vis.c
@@ -32,7 +32,7 @@
 #include <limits.h>
 #include <ctype.h>
 #include <string.h>
-#include <vis.h>
+#include "vis.h"
 
 #define        isoctal(c)      (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
 #define        isvisible(c)                                                    \