From 8974fac45057a55dda0e90ba0f00759ed1d0e13a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 23 Mar 2015 20:10:06 +0100 Subject: [PATCH] config.h - include unistd to resolve git_t dependency --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index edf940a2..3add6b9c 100644 --- a/src/config.h +++ b/src/config.h @@ -21,6 +21,7 @@ #ifndef __TVH_CONFIG__H__ #define __TVH_CONFIG__H__ +#include #include "htsmsg.h" void config_boot ( const char *path, gid_t gid, uid_t uid );