#include <string.h> is needed since the inline functions use memcpy().
(Addresses Sourceforge Bug #1251062)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
+2005-11-13 Theodore Ts'o <tytso@mit.edu>
+
+ * ext2fs.h: Add #include <string.h> since the inline functions use
+ memcpy(). (Addresses Sourceforge Bug #1251062)
+
2005-11-09 Theodore Ts'o <tytso@mit.edu>
* Fix a bug when writing an external journal device on an big
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#if EXT2_FLAT_INCLUDES
#include "e2_types.h"