]> diplodocus.org Git - nmh/blobdiff - sbr/push.c
fmt_scan(): Avoid undefined behaviour from overlapping strncpy(3).
[nmh] / sbr / push.c
index a49b275508568b4c5abae3dae3dd6c3dbd290188..5417f39047dbb4ee37e0b93cce31f41020981eec 100644 (file)
@@ -5,9 +5,10 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "push.h"
 #include "error.h"
-#include <h/signals.h>
+#include "h/signals.h"
 #include "h/done.h"
 #include "m_mktemp.h"