From 44f649473f39546d6de92df69ac28589243f9a44 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 2 Jan 2003 07:25:22 +0000 Subject: move stdlib declaration to work around glibc headers being broken right now (will be fixed in 2.3.1-27) --- utils/mapshdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include -#include #include +#include #include #include "../isys/lang.h" -- cgit