diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-25 17:48:46 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-25 17:48:46 +0100 |
commit | 55556b66bc57be0d82831b9cb353b79816216316 (patch) | |
tree | 3fa13809630cb5888d6d42267f52c24339ff2c69 /urmoms-index.c | |
parent | 543e74e64fcffd0181cb94f63a4a4029e44c7e4f (diff) |
compat: add strlcpy, strlcat, for glibc
Diffstat (limited to 'urmoms-index.c')
-rw-r--r-- | urmoms-index.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <git2.h> +#include "compat.h" #include "config.h" static git_repository *repo; |