summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-07 15:26:12 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-07 15:26:12 +0300
commitb7b8b7f40714e6f1e4739bddf7bfc2a476903c9e (patch)
tree2a0647e232472c9cfc9cec581ad815d910833fd7 /sys
parent461c1727a22c165e4503f8078121cb4861160e2c (diff)
downloadgstreamer-plugins-bad-b7b8b7f40714e6f1e4739bddf7bfc2a476903c9e.tar.gz
build: fprintf, sprintf, sscanf need stdio.h
Diffstat (limited to 'sys')
-rw-r--r--sys/dvb/gstdvbsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c
index fd76a4ea7..10bccecfd 100644
--- a/sys/dvb/gstdvbsrc.c
+++ b/sys/dvb/gstdvbsrc.c
@@ -47,6 +47,7 @@
#include <fcntl.h>
#include <error.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "_stdint.h"