config.h - include unistd to resolve git_t dependency
This commit is contained in:
parent
55281a87ac
commit
8974fac450
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue