]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ls.c: Add stdlib.h header file since list_super2() uses the
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Apr 2005 05:22:09 +0000 (01:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Apr 2005 05:22:09 +0000 (01:22 -0400)
free() function.

lib/e2p/ChangeLog
lib/e2p/ls.c

index 68a837990eb1f6eb45582e2ea9bb47edd571647b..5f040edd8a745ec3dd37050b6ec6b794f515bf2c 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-09  Theodore Ts'o  <tytso@mit.edu>
+
+       * ls.c: Add stdlib.h header file since list_super2() uses the
+               free() function.
+
 2005-03-30  Theodore Ts'o  <tytso@mit.edu>
 
        * ostype.c (e2p_os2string): Check to make sure malloc() is
index e8d9d482dc2e265234443e927df41fd6821502e2..14368db74cd56d554d8b6bb3f36b049797459997 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <string.h>
 #include <grp.h>