]> diplodocus.org Git - nmh/blobdiff - uip/annosbr.c
Commit ddf3a8574f65 is a fix to commit af586ebe59b7.
[nmh] / uip / annosbr.c
index eafcbfc1bebd4b36af676d9c8c44a34b6c8ed91a..8b0c8843e23e4db585e9ad3ca8d13801ac4d581d 100644 (file)
@@ -6,6 +6,11 @@
  */
 
 #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 "h/tws.h"
 #include "h/utils.h"
@@ -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;