[PATCH 1/6] src/descriptor: fix include on MinGW
Timothy Gu <[email protected]> Thu, 26 Jun 2014 16:15:15 -0700
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Guilherme Lima Bernal <[email protected]> Signed-off-by: Timothy Gu <[email protected]> --- 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 *****************************************************************************/ -- 1.9.1 _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel