diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-02 07:25:22 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-02 07:25:22 +0000 |
commit | 44f649473f39546d6de92df69ac28589243f9a44 (patch) | |
tree | 6d24ef2e913f76c845ab8051117285e3f697b2a2 /utils/mapshdr.c | |
parent | 5ea474aad08b61d2ac8d5648d825e8327d6c8582 (diff) | |
download | anaconda-44f649473f39546d6de92df69ac28589243f9a44.tar.gz anaconda-44f649473f39546d6de92df69ac28589243f9a44.tar.xz anaconda-44f649473f39546d6de92df69ac28589243f9a44.zip |
move stdlib declaration to work around glibc headers being broken right now (will be fixed in 2.3.1-27)
Diffstat (limited to 'utils/mapshdr.c')
-rw-r--r-- | utils/mapshdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mapshdr.c b/utils/mapshdr.c index 4c8cb002d..53f99b8c5 100644 --- a/utils/mapshdr.c +++ b/utils/mapshdr.c @@ -1,8 +1,8 @@ #include <errno.h> #include <stdio.h> #include <string.h> -#include <sys/stat.h> #include <stdlib.h> +#include <sys/stat.h> #include <unistd.h> #include "../isys/lang.h" |