summaryrefslogtreecommitdiff
path: root/lib/util/tevent_ntstatus.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-13 19:55:53 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-13 19:55:53 +0200
commitd319c83f1f117d3b7ab69ec7b0df7eec80721912 (patch)
tree61523a77e86787acc35e12a68644eabf01f3aa5e /lib/util/tevent_ntstatus.h
parent08c972504a437ccec97dcb51e92fa99ab49ffa11 (diff)
downloadsamba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.tar.gz
samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.tar.bz2
samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.zip
librpc: Install the right headers.
Diffstat (limited to 'lib/util/tevent_ntstatus.h')
-rw-r--r--lib/util/tevent_ntstatus.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
#include <stdbool.h>
#include "../libcli/util/ntstatus.h"
-#include "../tevent/tevent.h"
+#include <tevent.h>
bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status);
bool tevent_req_is_nterror(struct tevent_req *req, NTSTATUS *pstatus);