From c63713db2526c1f3e4684e2d705f45f2a7e2cccb Mon Sep 17 00:00:00 2001 From: tibs Date: Fri, 13 Feb 2009 20:50:32 +0000 Subject: [PATCH] ts_defns.h didn't include compat.h, but it uses offset_t --HG-- extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%40111 --- ts_defns.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts_defns.h b/ts_defns.h index be062ff..e7c7573 100644 --- a/ts_defns.h +++ b/ts_defns.h @@ -29,6 +29,8 @@ #ifndef _ts_defns #define _ts_defns +#include "compat.h" + // Transport Stream packets are always the same size #define TS_PACKET_SIZE 188