[libdvbpsi-devel] [PATCH 1/6] src/descriptor: fix include on MinGW
Timothy Gu
timothygu99 at gmail.com
Fri Jun 27 01:15:15 CEST 2014
From: Guilherme Lima Bernal <lb-guilherme at live.com>
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
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
More information about the libdvbpsi-devel
mailing list