diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 00:11:37 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 00:11:37 +0300 |
commit | 290ebbfdbbcaf03e7b75992ca76005b5bbad8e3e (patch) | |
tree | cf148aeef704c8211fce945b6bb43b5b02f97358 /misc-utils | |
parent | 1d7079bf5bcb88256d1ad62b461edf6bd82edd66 (diff) | |
download | util-linux-old-290ebbfdbbcaf03e7b75992ca76005b5bbad8e3e.tar.gz |
#include <fcntl.h>
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/script.c b/misc-utils/script.c index 2c734c97..496f320f 100644 --- a/misc-utils/script.c +++ b/misc-utils/script.c @@ -56,6 +56,7 @@ #include <string.h> #include <getopt.h> #include <unistd.h> +#include <fcntl.h> #include "nls.h" |