summaryrefslogtreecommitdiff
path: root/src/collect/collect.c
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-03-09 13:16:31 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-03-09 13:16:31 -0400
commit80b10107cb2703d63fb14c90e2be442c0724836d (patch)
tree5563bad0a2942744d7749fb46fe84308f63bb742 /src/collect/collect.c
parent81ecc0c3e7b5290ceae8d553e61e439728d49dbc (diff)
builtins: add <linux/fcntl.h> for uclibc
Diffstat (limited to 'src/collect/collect.c')
-rw-r--r--src/collect/collect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collect/collect.c b/src/collect/collect.c
index 4ecb6b0d19..fbaf87f5f5 100644
--- a/src/collect/collect.c
+++ b/src/collect/collect.c
@@ -30,6 +30,7 @@
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <linux/fcntl.h>
#include "libudev.h"
#include "libudev-private.h"