diff options
author | phintuka <phintuka> | 2012-03-07 08:25:37 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-03-07 08:25:37 +0000 |
commit | 180ebcd383df6c3a846dc839351cef078f7c966f (patch) | |
tree | 31dde4974ffac673a861367b3cae47d39f930f8b /xine/vo_lastpts.c | |
parent | 0251a79c19f56a44bafb7025ae8e2569bf915272 (diff) | |
download | xineliboutput-180ebcd383df6c3a846dc839351cef078f7c966f.tar.gz xineliboutput-180ebcd383df6c3a846dc839351cef078f7c966f.tar.bz2 |
Added missing includes
Diffstat (limited to 'xine/vo_lastpts.c')
-rw-r--r-- | xine/vo_lastpts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xine/vo_lastpts.c b/xine/vo_lastpts.c index 352f40fc..7346d4bc 100644 --- a/xine/vo_lastpts.c +++ b/xine/vo_lastpts.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: vo_lastpts.c,v 1.5 2011-11-22 12:23:24 phintuka Exp $ + * $Id: vo_lastpts.c,v 1.6 2012-03-07 08:25:37 phintuka Exp $ * */ @@ -21,6 +21,7 @@ #define LOG_MODULENAME "[lastpts ] " #include "../logdefs.h" +#include "vo_lastpts.h" /* * lastpts_hook_t |