]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Add required includes to source3/lib/background.h
authorVolker Lendecke <vl@samba.org>
Wed, 31 Mar 2021 11:21:52 +0000 (11:21 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 1 Apr 2021 19:32:36 +0000 (19:32 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/background.h

index ccfd62bfce29f78285ea01582df20d6d856b447b..8c8fe22ffa6e4d4b81f6fd0b47a41d1fb6223271 100644 (file)
 #ifndef _LIB_BACKGROUND_H_
 #define _LIB_BACKGROUND_H_
 
+#include "replace.h"
+#include <tevent.h>
+#include "libcli/util/ntstatus.h"
+
+struct messaging_context;
+
 /*
  * From a parent process regularly fork a process and execute fn(). fn()
  * returns the number of seconds to wait before it is run next time. Returning