diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-09-28 11:59:52 +0200 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-09-28 11:59:52 +0200 |
commit | bb9e9422bbd0268d94fa9880bf8f2a159a685480 (patch) | |
tree | 63c0c17c63c6c4c0d33cb0c075d4e9f3485edacd /tools.h | |
parent | c6c31d0d6dca95e07294ccb1d5827f91fb6776d8 (diff) | |
download | vdr-plugin-epgfixer-bb9e9422bbd0268d94fa9880bf8f2a159a685480.tar.gz vdr-plugin-epgfixer-bb9e9422bbd0268d94fa9880bf8f2a159a685480.tar.bz2 |
Fix header includes.
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ #ifndef __EPGFIXER_TOOLS_H_ #define __EPGFIXER_TOOLS_H_ +#include <stdio.h> +#include <unistd.h> #include <vdr/epg.h> #include <vdr/tools.h> -#include <unistd.h> -#include <stdio.h> #define error(x...) esyslog("EPGFixer: " x); |