Added some missing #includes

This commit is contained in:
Klaus Schmidinger
2002-08-11 10:47:11 +02:00
parent fd1f60e0e0
commit 4d784a198d
4 changed files with 8 additions and 4 deletions

View File

@@ -1393,8 +1393,9 @@ Video Disk Recorder Revision History
- Changed the cDevice class to allow plugins to implement their own devices (see
PLUGINS.html for details).
2002-08-10: Version 1.1.7
2002-08-11: Version 1.1.7
- Adapted VDR to the NEWSTRUCT driver. To use the new driver, compile VDR with
'make NEWSTRUCT=1' (thanks to Holger W<>chtler for some valuable advice).
By default it currently still uses the old driver.
- Added some missing #includes (thanks to Martin Hammerschmid).