Description: Add stdio include
 fnprint not known without include of stdio.h
 .
 vdr-plugin-markad (0.1.4.git1-1) experimental; urgency=medium
 .
   * Upstream version from git.
Author: Eric Lavarde <ericl@hdvdr.lan>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- vdr-plugin-markad-0.1.4.git1.orig/command/decoder.cpp
+++ vdr-plugin-markad-0.1.4.git1/command/decoder.cpp
@@ -6,6 +6,7 @@
  */
 
 #include <stdint.h>
+#include <stdio.h>
 #include <sched.h>
 #include <errno.h>
 #include <sys/types.h>
