summaryrefslogtreecommitdiffstats
path: root/utils/mapshdr.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-02 07:25:22 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-02 07:25:22 +0000
commit44f649473f39546d6de92df69ac28589243f9a44 (patch)
tree6d24ef2e913f76c845ab8051117285e3f697b2a2 /utils/mapshdr.c
parent5ea474aad08b61d2ac8d5648d825e8327d6c8582 (diff)
downloadanaconda-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.c2
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"