diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-11 20:22:48 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-11 20:22:48 +0000 |
commit | d91591ebae8bd55bb088fa74a96023ca05a3ed90 (patch) | |
tree | f5aa3893d600a2f549e76f97828b3bd3b6f26fa1 /isys/imount.c | |
parent | a0aac0fd5df5b80427b2bfabfea0a5f57f20c01f (diff) | |
download | anaconda-d91591ebae8bd55bb088fa74a96023ca05a3ed90.tar.gz anaconda-d91591ebae8bd55bb088fa74a96023ca05a3ed90.tar.xz anaconda-d91591ebae8bd55bb088fa74a96023ca05a3ed90.zip |
errno fixes
Diffstat (limited to 'isys/imount.c')
-rw-r--r-- | isys/imount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/imount.c b/isys/imount.c index 5c0cec4ad..a17628fc7 100644 --- a/isys/imount.c +++ b/isys/imount.c @@ -1,7 +1,7 @@ +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/errno.h> #include <sys/mount.h> #include <sys/stat.h> #include <sys/types.h> |