]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add #include's to avoid compiler warnings in lib/ext2fs/tst_types
authorTheodore Ts'o <tytso@mit.edu>
Thu, 5 Apr 2007 01:09:49 +0000 (21:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Apr 2007 01:09:49 +0000 (21:09 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ChangeLog
lib/ext2fs/tst_types.c

index b5c9add61da0cd6469df08fada74343b739807cc..a045e7166b56f79c3800a71a9ad610baaf468757 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-04  Theodore Tso  <tytso@mit.edu>
+
+       * tst_types.c: Add #include's to avoid compiler warnings.
+
 2007-04-02  Theodore Tso  <tytso@mit.edu>
 
        * icount.c (get_icount_el): Prevent floating point precision
index 739b72366281a327a1c6d6a4bc14d602205bbba0..36a04d10d039cc6c685395bcb3ca96479b42c313 100644 (file)
@@ -9,6 +9,10 @@
  * %End-Header%
  */
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
 #include "ext2fs/ext2_types.h"
 
 main(int argc, char **argv)