diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 15d21035d..7026e0fa9 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.71 2002/11/22 18:06:11 mroi Exp $ + * $Id: video_out.h,v 1.72 2002/12/01 15:11:47 mroi Exp $ * * * xine version of video_out.h @@ -43,6 +43,8 @@ extern "C" { #include "config.h" #endif +#include "xine.h" + #include <inttypes.h> #include <pthread.h> |