From 98b58164137731e4e40ff76c4988839f3c44b77c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 00:24:21 +0000 Subject: r3447: more include/system/XXX.h include files --- source/lib/messaging/messaging.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/lib/messaging/messaging.c') diff --git a/source/lib/messaging/messaging.c b/source/lib/messaging/messaging.c index 125089ac625..a2316919cbc 100644 --- a/source/lib/messaging/messaging.c +++ b/source/lib/messaging/messaging.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/time.h" /* change the message version with any incompatible changes in the protocol */ #define MESSAGING_VERSION 1 -- cgit