diff options
author | maximilian attems <max@stro.at> | 2008-07-24 15:08:16 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2008-07-28 11:09:14 +0200 |
commit | d5c28ebc32697ca6461990cee69fd47a56b3a730 (patch) | |
tree | 9fafb0afc7710097f165c305bf928e7013a0c54c /disk-utils/raw.c | |
parent | 7574f09b3d7c1cf2842819ac922b7fc056892e18 (diff) | |
download | util-linux-old-d5c28ebc32697ca6461990cee69fd47a56b3a730.tar.gz |
disk-utils: include fcntl.h directly (mkfs.cramfs, raw)
helps klibc support, glibc compile tested.
Signed-off-by: maximilian attems <max@stro.at>
Diffstat (limited to 'disk-utils/raw.c')
-rw-r--r-- | disk-utils/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/raw.c b/disk-utils/raw.c index fa9e55b8..9423f9e6 100644 --- a/disk-utils/raw.c +++ b/disk-utils/raw.c @@ -15,7 +15,7 @@ #include <unistd.h> #include <errno.h> #include <string.h> -#include <sys/fcntl.h> +#include <fcntl.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/sysmacros.h> |