nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0ed8a00eec3520d2dcbcd73c8eaacc96ccfbd8e8
parent 95f86dafbb94c00dbbecd01fadb7c0c659aafe51
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Tue, 19 May 2020 18:51:13 +0200

Add missing include for strncmp, found in CI.

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

diff --git a/instcheck.c b/instcheck.c @@ -1,5 +1,6 @@ #include <sys/types.h> #include <sys/stat.h> +#include <string.h> #include "strerr.h" #include "error.h" #include "readwrite.h"