1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Fixed compilation under g++-4.7.

This commit is contained in:
Rolf Ahrenberg 2014-12-04 21:44:44 +02:00
parent 0668fb7a15
commit 9a40a8eeec

View File

@ -5,6 +5,8 @@
* *
*/ */
#define __STDC_FORMAT_MACROS // Required for format specifiers
#include <inttypes.h>
#include <sys/epoll.h> #include <sys/epoll.h>
#include "config.h" #include "config.h"