From d319c83f1f117d3b7ab69ec7b0df7eec80721912 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 13 Jun 2010 19:55:53 +0200 Subject: librpc: Install the right headers. --- lib/util/tevent_ntstatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/tevent_ntstatus.h') diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h index 4cf593a454..c10aa36561 100644 --- a/lib/util/tevent_ntstatus.h +++ b/lib/util/tevent_ntstatus.h @@ -23,7 +23,7 @@ #include #include #include "../libcli/util/ntstatus.h" -#include "../tevent/tevent.h" +#include bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status); bool tevent_req_is_nterror(struct tevent_req *req, NTSTATUS *pstatus); -- cgit