diff options
| author | phintuka <phintuka> | 2011-04-09 12:50:16 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-04-09 12:50:16 +0000 |
| commit | 62f3774c0f6d67bf71814fadd2d68d09ad889e63 (patch) | |
| tree | 33f65f6131a223cd754f33bef64a9f8063ebc2d7 | |
| parent | cb612e20704eb8e9485a0e58c24d71c82bf1837e (diff) | |
| download | xineliboutput-62f3774c0f6d67bf71814fadd2d68d09ad889e63.tar.gz xineliboutput-62f3774c0f6d67bf71814fadd2d68d09ad889e63.tar.bz2 | |
Fixed include path
| -rw-r--r-- | tools/sys_cap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sys_cap.h b/tools/sys_cap.h index b99dc78f..2f1071dd 100644 --- a/tools/sys_cap.h +++ b/tools/sys_cap.h @@ -4,14 +4,14 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: sys_cap.h,v 1.2 2011-03-09 11:56:30 phintuka Exp $ + * $Id: sys_cap.h,v 1.3 2011-04-09 12:50:16 phintuka Exp $ * */ #ifndef _XINELIBOUTPUT_SYS_CAP_H_ #define _XINELIBOUTPUT_SYS_CAP_H_ -#include "features.h" +#include "../features.h" #include <unistd.h> #include <sys/types.h> |
