]> diplodocus.org Git - nmh/blobdiff - uip/send.c
fmt_scan(): Avoid undefined behaviour from overlapping strncpy(3).
[nmh] / uip / send.c
index 4d02e1344f7156ce9993574d9b9094463ceda34b..f29bb45fda83a9b963bf8b890eab1c1cf776e959 100644 (file)
@@ -6,6 +6,21 @@
  */
 
 #include "h/mh.h"
+#include "sendsbr.h"
+#include "sbr/m_name.h"
+#include "sbr/getarguments.h"
+#include "sbr/read_switch_multiword.h"
+#include "sbr/concat.h"
+#include "sbr/seq_setprev.h"
+#include "sbr/seq_save.h"
+#include "sbr/showfile.h"
+#include "sbr/smatch.h"
+#include "sbr/closefds.h"
+#include "sbr/cpydata.h"
+#include "sbr/m_draft.h"
+#include "sbr/m_convert.h"
+#include "sbr/folder_read.h"
+#include "sbr/context_save.h"
 #include "sbr/context_find.h"
 #include "sbr/brkstring.h"
 #include "sbr/ambigsw.h"