diff options
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); |