Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config.h - include unistd to resolve git_t dependency
  • Loading branch information
perexg committed Mar 23, 2015
1 parent 55281a8 commit 8974fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 8974fac

Please sign in to comment.