]> diplodocus.org Git - nmh/blobdiff - uip/send.c
fmt_scan(): Avoid undefined behaviour from overlapping strncpy(3).
[nmh] / uip / send.c
index 02c5cb85b3725602736800c7d57eb932979a879e..f29bb45fda83a9b963bf8b890eab1c1cf776e959 100644 (file)
@@ -6,6 +6,29 @@
  */
 
 #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"
+#include "sbr/push.h"
+#include "sbr/path.h"
+#include "sbr/print_version.h"
+#include "sbr/print_help.h"
+#include "sbr/arglist.h"
 #include "sbr/error.h"
 #include <fcntl.h>
 #include "h/done.h"