Commit 999018f0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

SD udev: add includes for open()

parent c86537c2
......@@ -27,6 +27,8 @@
#include <errno.h>
#include <search.h>
#include <poll.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <libudev.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment