src/descriptor: fix include on MinGW
[email protected] (Guilherme Lima Bernal) Mon, 8 Sep 2014 14:49:46 +0200 (CEST)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Guilherme Lima Bernal <[email protected]> | Thu Jun 26 16:15:15 2014 -0700| [e010445137c07d73178260736eac9f9b8468ae11] | committer: Jean-Paul Saman src/descriptor: fix include on MinGW Signed-off-by: Timothy Gu <[email protected]> > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=e010445137c07d73178260736eac9f9b8468ae11 --- src/descriptor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/descriptor.h b/src/descriptor.h index f344a73..1d1364a 100644 --- a/src/descriptor.h +++ b/src/descriptor.h @@ -39,6 +39,8 @@ extern "C" { #endif +#include <sys/types.h> + /***************************************************************************** * common definitions *****************************************************************************/ _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel