diff options
Diffstat (limited to 'src/video_out/xcbosd.c')
-rw-r--r-- | src/video_out/xcbosd.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_out/xcbosd.c b/src/video_out/xcbosd.c index 9013bab10..8bb96be1e 100644 --- a/src/video_out/xcbosd.c +++ b/src/video_out/xcbosd.c @@ -15,9 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: xcbosd.c,v 1.1 2007/02/15 15:19:33 dgp85 Exp $ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * xcbosd.c, use X11 Nonrectangular Window Shape Extension to draw xine OSD * @@ -51,7 +49,7 @@ #define LOG */ -#include "xine_internal.h" +#include <xine/xine_internal.h> #include "xcbosd.h" struct xcbosd |