Silenced warning (thanks to Rolf Ahrenberg)

This commit is contained in:
Frank Schmirler 2012-05-17 17:01:15 +02:00
parent 12b48591be
commit 6a47e20435
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- Silenced warning (thanks to Rolf Ahrenberg)
- Updated Finnish translation (thanks to Rolf Ahrenberg)
- Replaced server-side suspend modes with priority based precedence handling
- Client-side priority handling for VDR >= 1.7.25 and servers running VTP > 1.0

View File

@ -24,6 +24,7 @@
// for TSPLAY patch detection
#include "vdr/device.h"
#undef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#include <fcntl.h>