Index: Makefile =================================================================== RCS file: /cvsroot/dvdplugin/dvd/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2 May 2006 17:52:46 -0000 1.5 +++ Makefile 19 Dec 2007 19:21:45 -0000 @@ -43,7 +43,7 @@ INCLUDES += -I$(VDRDIR)/include -I$(NAVDIR) -DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D__STDC_LIMIT_MACROS # to use xine videoout: ifdef POLLTIMEOUTS_BEFORE_DEVICECLEAR Index: player-dvd.h =================================================================== RCS file: /cvsroot/dvdplugin/dvd/player-dvd.h,v retrieving revision 1.32 diff -u -r1.32 player-dvd.h --- player-dvd.h 17 Sep 2007 19:04:43 -0000 1.32 +++ player-dvd.h 19 Dec 2007 19:21:46 -0000 @@ -11,6 +11,8 @@ #ifndef __PLAYER_DVD_H #define __PLAYER_DVD_H +#include + #include #include