diff options
Diffstat (limited to 'include/xine/vdr.h')
-rw-r--r-- | include/xine/vdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine/vdr.h b/include/xine/vdr.h index 392d1e404..1f253cdbe 100644 --- a/include/xine/vdr.h +++ b/include/xine/vdr.h @@ -343,6 +343,7 @@ data_start_t; typedef struct __attribute__((packed)) data_wait_s { data_header_t header; + uint8_t id; } data_wait_t; |