]> git.sesse.net Git - vlc/commitdiff
SD udev: add includes for open()
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 May 2013 10:33:03 +0000 (12:33 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 May 2013 10:33:03 +0000 (12:33 +0200)
modules/services_discovery/udev.c

index 736bdb6905e189c13f83fd4d946a08a4dd2f37a2..199467f35e7c655f5b80d450c0c0edd3f8447a43 100644 (file)
@@ -27,6 +27,8 @@
 #include <errno.h>
 #include <search.h>
 #include <poll.h>
+#include <sys/stat.h>
+#include <fcntl.h>
 
 #include <libudev.h>