Whamcloud - gitweb
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 b5c9add..a045e71 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 739b723..36a04d1 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)