[vlc-devel] commit: Included arpa/inet.h for htons/... (Laurent Aimar )

git version control git at videolan.org
Thu Oct 9 19:30:28 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Oct  9 01:28:08 2008 +0200| [f1f583d1f8a57f57e2a95034cd85f64352844102] | committer: Laurent Aimar 

Included arpa/inet.h for htons/...

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

 modules/access/v4l.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/access/v4l.c b/modules/access/v4l.c
index eaa73b0..d54bcd4 100644
--- a/modules/access/v4l.c
+++ b/modules/access/v4l.c
@@ -47,6 +47,7 @@
 #include <sys/mman.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <arpa/inet.h>
 
 /* From GStreamer's v4l plugin:
  * Because of some really cool feature in video4linux1, also known as




More information about the vlc-devel mailing list