Whamcloud - gitweb
Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 Nov 2005 19:49:15 +0000 (14:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Nov 2005 19:49:15 +0000 (14:49 -0500)
commita82a57025c4368de330ecac9a430d84137ae2268
treef8e937236cc59b01b5f7fe6b5516162cca5e7ae3
parenta519836a29f1cc9610337f48b677a0c5440624c2
Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints

#include <string.h> is needed since the inline functions use memcpy().
(Addresses Sourceforge Bug #1251062)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h