X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/efd9eb997948888688184ea94bbcfbdc3cba44d3..0509728c8a506f287fa3483d8e8ffaf8fb66d41d:/sbr/message_id.c diff --git a/sbr/message_id.c b/sbr/message_id.c index 819ad11c..78f1c4ea 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,7 @@ */ #include +#include "m_rand.h" #include /* for gettimeofday() */