diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-07 17:57:24 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-07 17:57:24 +0000 |
commit | 877b479bcc183e71a6d78cb938548c21ed4303fc (patch) | |
tree | 22ad64166d20b7d1b03ec4a4386b134bca22d665 | |
parent | 9e6fc13b3559b667eb6e31265ae796f1d1f66673 (diff) |
add missing include of config.h in vis.c
-rw-r--r-- | compat/vis.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/vis.c b/compat/vis.c index 9ebdc72..086d93b 100644 --- a/compat/vis.c +++ b/compat/vis.c @@ -28,6 +28,8 @@ * SUCH DAMAGE. */ +#include "../config.h" + #include <sys/types.h> #include <errno.h> #include <ctype.h> |