]> diplodocus.org Git - nmh/blobdiff - uip/annosbr.c
Commit ddf3a8574f65 is a fix to commit af586ebe59b7.
[nmh] / uip / annosbr.c
index dd887fff174b9f0e2a1938b3548a33be6eef7896..8b0c8843e23e4db585e9ad3ca8d13801ac4d581d 100644 (file)
@@ -5,10 +5,15 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#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>
+#include "h/tws.h"
+#include "h/utils.h"
 #include "sbr/lock_file.h"
 #include "sbr/m_mktemp.h"
 #include <fcntl.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;