diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 19:55:53 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 19:55:53 +0200 |
commit | d319c83f1f117d3b7ab69ec7b0df7eec80721912 (patch) | |
tree | 61523a77e86787acc35e12a68644eabf01f3aa5e /lib/util | |
parent | 08c972504a437ccec97dcb51e92fa99ab49ffa11 (diff) | |
download | samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.tar.gz samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.tar.bz2 samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.zip |
librpc: Install the right headers.
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/tevent_ntstatus.h | 2 |
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); |