From 163cbb0d34bf0e8577e27374e4cddc4e6b920b05 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Tue, 18 Aug 2009 09:08:32 +0200 Subject: [PATCH] photorec.c: add missing setdate.h header --- src/photorec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/photorec.c b/src/photorec.c index 51a0d608..28cd99ea 100644 --- a/src/photorec.c +++ b/src/photorec.c @@ -45,6 +45,7 @@ #include "fatp.h" #include "ntfsp.h" #include "log.h" +#include "setdate.h" /* #define DEBUG_FILE_FINISH */ /* #define DEBUG_UPDATE_SEARCH_SPACE */