Bug #3091
Compile error (fix included)
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-09-18
Due date:
% Done:
100%
Estimated time:
Found in version:
HEAD
Affected Versions:
Description
Compiling github rev d0e7876ac8e3a8d24f60e1cb1ade9e5870696357 is broken:
src/config.c:1740:20: error: 'ACCESS_ADMIN' undeclared here (not in a function)
.ic_perm_def = ACCESS_ADMIN,
To fix add
#include "access.h"
to src/config.c
Using my github account "bkuhls" I signed the CLA so you can use the patch without limitations, I claim no copyright.
History
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|7b327910eefa3b89901e86aaec7acc3cd8d15b90.