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