From: Matthias Andree Date: Tue, 6 Sep 2005 09:59:52 +0000 (-0400) Subject: Fix compiler warnings about missing memcpy prototypes. X-Git-Tag: E2FSPROGS-1.39-WIP-1210~36 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=68a7f959c0af3d6e32cf9339433667f04b8a1c56;p=tools%2Fe2fsprogs.git Fix compiler warnings about missing memcpy prototypes. Signed-off-by: Matthias Andree Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 8202608..910bfc2 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2005-08-28 Matthias Andree + + * Fix compiler warnings about missing memcpy prototypes. + 2005-07-25 Theodore Ts'o * test_io.c (safe_getenv): Pass in zero to the unusued arguments diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index 0b170d9..9c7eee2 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -983,6 +983,7 @@ extern blk_t ext2fs_inode_data_blocks(ext2_filsys fs, #endif #ifndef EXT2_CUSTOM_MEMORY_ROUTINES +#include /* * Allocate memory */