#include "h/nmh.h"
#include "h/mh.h"
+#include "sbr/dtime.h"
+#include "sbr/strindex.h"
#include "sbr/error.h"
#include "h/utils.h"
#include "h/dropsbr.h"
* If there is already a "From " line,
* then leave it alone. Else we add one.
*/
- char tmpbuffer[sizeof buffer];
+ char tmpbuffer[sizeof buffer-7];
char *tp, *ep;
strncpy(tmpbuffer, buffer, sizeof(tmpbuffer));