X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/efd9eb997948888688184ea94bbcfbdc3cba44d3..052d7bfb0a9a541c6975c3ed679dd3ac9e5c0886:/sbr/message_id.c?ds=sidebyside diff --git a/sbr/message_id.c b/sbr/message_id.c index 819ad11c..aaaab322 100644 --- a/sbr/message_id.c +++ b/sbr/message_id.c @@ -1,5 +1,4 @@ -/* - * message-id.c -- construct the body of a Message-ID or Content-ID +/* message_id.c -- construct the body of a Message-ID or Content-ID * header field * * This code is Copyright (c) 2012, by the authors of nmh. See the @@ -8,6 +7,8 @@ */ #include +#include "m_rand.h" +#include "message_id.h" #include /* for gettimeofday() */