[vlc-commits] SD udev: add includes for open()
Jean-Baptiste Kempf
git at videolan.org
Sun May 12 12:33:32 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 12 12:33:03 2013 +0200| [999018f016bfb6b9c7ebd9f6fd64f9999ddcf4fe] | committer: Jean-Baptiste Kempf
SD udev: add includes for open()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=999018f016bfb6b9c7ebd9f6fd64f9999ddcf4fe
---
modules/services_discovery/udev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/services_discovery/udev.c b/modules/services_discovery/udev.c
index 736bdb6..199467f 100644
--- a/modules/services_discovery/udev.c
+++ b/modules/services_discovery/udev.c
@@ -27,6 +27,8 @@
#include <errno.h>
#include <search.h>
#include <poll.h>
+#include <sys/stat.h>
+#include <fcntl.h>
#include <libudev.h>
More information about the vlc-commits
mailing list