mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Added en axtra include for sys_errlist
Original commit message from CVS: Added en axtra include for sys_errlist
This commit is contained in:
parent
5048fbecd5
commit
cbe353a146
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "gstfilesrc.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "gstfilesrc.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue