X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bfff2c60b2c860c2bc466bdab94daf770d86aec5..8aeb28b95bce93b69967f612ee437b66b61a332b:/uip/annosbr.c diff --git a/uip/annosbr.c b/uip/annosbr.c index dd887fff..8b0c8843 100644 --- a/uip/annosbr.c +++ b/uip/annosbr.c @@ -5,10 +5,15 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "sbr/dtime.h" +#include "annosbr.h" +#include "sbr/m_gmprot.h" +#include "sbr/cpydata.h" +#include "sbr/m_backup.h" #include "sbr/error.h" -#include -#include +#include "h/tws.h" +#include "h/utils.h" #include "sbr/lock_file.h" #include "sbr/m_mktemp.h" #include @@ -54,7 +59,7 @@ annotate (char *file, char *comp, char *text, bool inplace, bool datesw, int del if (stat(file, &s) == -1) { inform("can't get access and modification times for %s", file); - preserve_actime_and_modtime = 0; + preserve_actime_and_modtime = 0; } b.actime = s.st_atime;