[libdvbpsi-devel] src/descriptor: fix include on MinGW
Guilherme Lima Bernal
git at videolan.org
Mon Sep 8 14:49:46 CEST 2014
libdvbpsi | branch: master | Guilherme Lima Bernal <lb-guilherme at live.com> | Thu Jun 26 16:15:15 2014 -0700| [e010445137c07d73178260736eac9f9b8468ae11] | committer: Jean-Paul Saman
src/descriptor: fix include on MinGW
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> 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
*****************************************************************************/
More information about the libdvbpsi-devel
mailing list