--- ./misc/tune2fs.c.orig 2013-12-29 05:18:02.000000000 +0100 +++ ./misc/tune2fs.c 2014-01-06 23:43:47.000000000 +0100 @@ -25,7 +25,6 @@ * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) */ -#define _XOPEN_SOURCE 600 /* for inclusion of strptime() */ #include "config.h" #include #include @@ -52,6 +51,9 @@ #include #include +#include +#include + #include "ext2fs/ext2_fs.h" #include "ext2fs/ext2fs.h" #include "et/com_err.h"