From: Theodore Ts'o Date: Sat, 9 Apr 2005 05:22:09 +0000 (-0400) Subject: ls.c: Add stdlib.h header file since list_super2() uses the X-Git-Tag: E2FSPROGS-1_38-WIP-0509~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7e4eef304d20fabbe2dd6bfeb1bc217db280e48;p=thirdparty%2Fe2fsprogs.git ls.c: Add stdlib.h header file since list_super2() uses the free() function. --- diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index 68a837990..5f040edd8 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,8 @@ +2005-04-09 Theodore Ts'o + + * ls.c: Add stdlib.h header file since list_super2() uses the + free() function. + 2005-03-30 Theodore Ts'o * ostype.c (e2p_os2string): Check to make sure malloc() is diff --git a/lib/e2p/ls.c b/lib/e2p/ls.c index e8d9d482d..14368db74 100644 --- a/lib/e2p/ls.c +++ b/lib/e2p/ls.c @@ -12,6 +12,7 @@ */ #include +#include #include #include #include