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/mtd_probe | |
parent | 81ecc0c3e7b5290ceae8d553e61e439728d49dbc (diff) |
builtins: add <linux/fcntl.h> for uclibc
Diffstat (limited to 'src/mtd_probe')
-rw-r--r-- | src/mtd_probe/mtd_probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtd_probe/mtd_probe.c b/src/mtd_probe/mtd_probe.c index 13c757bd1c..e604a72101 100644 --- a/src/mtd_probe/mtd_probe.c +++ b/src/mtd_probe/mtd_probe.c @@ -25,6 +25,7 @@ #include <fcntl.h> #include <unistd.h> #include <stdlib.h> +#include <linux/fcntl.h> int main(int argc, char** argv) { |