From 55556b66bc57be0d82831b9cb353b79816216316 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 25 Dec 2015 17:48:46 +0100 Subject: compat: add strlcpy, strlcat, for glibc --- urmoms-index.c | 1 + 1 file changed, 1 insertion(+) (limited to 'urmoms-index.c') diff --git a/urmoms-index.c b/urmoms-index.c index ff84be3..89729e6 100644 --- a/urmoms-index.c +++ b/urmoms-index.c @@ -12,6 +12,7 @@ #include +#include "compat.h" #include "config.h" static git_repository *repo; -- cgit v1.2.3