vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 7174f9be43b35453ba2fdae76d30c17775319110
parent c4b2762401a401bb62afe106c9b05d502c623746
Author: David B. Lamkins <david@lamkins.net>
Date:   Mon,  4 Apr 2016 08:52:11 +0200

sam: add missing include for strncasecmp(3)

Diffstat:
Msam.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sam.c b/sam.c @@ -6,6 +6,7 @@ * Copyright © 2016 Marc André Tanner <mat at brain-dump.org> */ #include <string.h> +#include <strings.h> #include <stdio.h> #include <ctype.h> #include <errno.h>