Whamcloud - gitweb
Fix compiler warnings about missing memcpy prototypes.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 6 Sep 2005 09:59:52 +0000 (05:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Sep 2005 09:59:52 +0000 (05:59 -0400)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h

index 8202608..910bfc2 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-28  Matthias Andree <matthias.andree@gmx.de>
+
+       * Fix compiler warnings about missing memcpy prototypes.
+
 2005-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * test_io.c (safe_getenv): Pass in zero to the unusued arguments
index 0b170d9..9c7eee2 100644 (file)
@@ -983,6 +983,7 @@ extern blk_t ext2fs_inode_data_blocks(ext2_filsys fs,
 #endif
 
 #ifndef EXT2_CUSTOM_MEMORY_ROUTINES
+#include <string.h>
 /*
  *  Allocate memory
  */