[vlc-commits] vdr: <sys/types.h> is always present and not checked

Rémi Denis-Courmont git at videolan.org
Fri Jan 27 22:31:55 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jan 27 23:07:35 2012 +0200| [d191a555660739ce613414118019c1533b456904] | committer: Rémi Denis-Courmont

vdr: <sys/types.h> is always present and not checked

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d191a555660739ce613414118019c1533b456904
---

 modules/access/vdr.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/modules/access/vdr.c b/modules/access/vdr.c
index 28edbbc..8889490 100644
--- a/modules/access/vdr.c
+++ b/modules/access/vdr.c
@@ -45,9 +45,7 @@ See http://www.vdr-wiki.de/ and http://www.tvdr.de/ for more information.
 # include "config.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
+#include <sys/types.h>
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
 #endif



More information about the vlc-commits mailing list