add missing include of config.h in vis.c

This commit is contained in:
Omar Polo 2023-08-07 17:57:24 +00:00
parent 9e6fc13b35
commit 877b479bcc
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
* SUCH DAMAGE.
*/
#include "../config.h"
#include <sys/types.h>
#include <errno.h>
#include <ctype.h>