]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix includes for messages.h
authorVolker Lendecke <vl@samba.org>
Thu, 22 Oct 2020 09:47:27 +0000 (11:47 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 24 Oct 2020 05:57:31 +0000 (05:57 +0000)
It references struct tevent_context

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/messages.h

index f7b40664b0b29b188bdb2f47795caf57a6edb253..79e63eccd53f9c075fc94d1083600bf083db1fcc 100644 (file)
@@ -21,6 +21,9 @@
 #ifndef _MESSAGES_H_
 #define _MESSAGES_H_
 
+#include "replace.h"
+#include <tevent.h>
+
 /* change the message version with any incompatible changes in the protocol */
 #define MESSAGE_VERSION 2