diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-03-09 13:16:31 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-03-09 13:16:31 -0400 |
commit | 80b10107cb2703d63fb14c90e2be442c0724836d (patch) | |
tree | 5563bad0a2942744d7749fb46fe84308f63bb742 /src/ata_id | |
parent | 81ecc0c3e7b5290ceae8d553e61e439728d49dbc (diff) |
builtins: add <linux/fcntl.h> for uclibc
Diffstat (limited to 'src/ata_id')
-rw-r--r-- | src/ata_id/ata_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ata_id/ata_id.c b/src/ata_id/ata_id.c index f84281dd1a..a25c713a6c 100644 --- a/src/ata_id/ata_id.c +++ b/src/ata_id/ata_id.c @@ -39,6 +39,7 @@ #include <linux/fs.h> #include <linux/cdrom.h> #include <linux/bsg.h> +#include <linux/fcntl.h> #include <arpa/inet.h> #include "libudev.h" |