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

Changed include header.

This commit is contained in:
Alexander Pipelka 2017-09-26 18:23:34 +02:00
parent 5159508f2d
commit ece52576dd

View File

@ -8,7 +8,7 @@
#ifndef __SATIP_SECTIONFILTER_H
#define __SATIP_SECTIONFILTER_H
#include <sys/poll.h>
#include <poll.h>
#include <vdr/device.h>
#include "common.h"