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