Added en axtra include for sys_errlist
authorWim Taymans <wim.taymans@gmail.com>
Sat, 15 Dec 2001 22:59:24 +0000 (22:59 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 15 Dec 2001 22:59:24 +0000 (22:59 +0000)
Original commit message from CVS:
Added en axtra include for sys_errlist

gst/elements/gstfilesrc.c
plugins/elements/gstfilesrc.c

index c2f0f53..ea2c12e 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "gstfilesrc.h"
 
+#include <stdio.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
index c2f0f53..ea2c12e 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "gstfilesrc.h"
 
+#include <stdio.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>