config.h - include unistd to resolve git_t dependency

This commit is contained in:
Jaroslav Kysela 2015-03-23 20:10:06 +01:00
parent 55281a87ac
commit 8974fac450

View file

@ -21,6 +21,7 @@
#ifndef __TVH_CONFIG__H__
#define __TVH_CONFIG__H__
#include <unistd.h>
#include "htsmsg.h"
void config_boot ( const char *path, gid_t gid, uid_t uid );