Add tevent_req helpers to includes.h
authorVolker Lendecke <vl@samba.org>
Thu, 26 Feb 2009 11:34:14 +0000 (12:34 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Feb 2009 12:04:34 +0000 (13:04 +0100)
source3/include/includes.h

index 80d7bfc6cfa577a75e3e7dbd4d9260ce40165abd..523a11e255da3c7b66d3a1d5ccc94c82d491b1f4 100644 (file)
@@ -577,6 +577,8 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
 #include "../talloc/talloc.h"
 
 #include "event.h"
+#include "../lib/util/tevent_unix.h"
+#include "../lib/util/tevent_ntstatus.h"
 
 #include "../lib/util/data_blob.h"
 #include "../lib/util/time.h"