commit | a82a57025c4368de330ecac9a430d84137ae2268 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Nov 14 14:49:15 2005 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 14 14:49:15 2005 -0500 |
tree | f8e937236cc59b01b5f7fe6b5516162cca5e7ae3 | |
parent | a519836a29f1cc9610337f48b677a0c5440624c2 [diff] |
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>