diff options
author | Günther Deschner <gd@samba.org> | 2014-04-07 15:46:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2015-03-13 23:58:07 +0100 |
commit | 5b68527f2b2b5be0cd27bfbbdd87921ac4373e48 (patch) | |
tree | 12734148bb704b3e6a7152f89455102f66a428e5 /libcli/util | |
parent | 533cfb63f35accdf8eb3a689a4ece9335a72331c (diff) | |
download | samba-5b68527f2b2b5be0cd27bfbbdd87921ac4373e48.tar.gz |
lib/util: globally include herrors in error.h
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'libcli/util')
-rw-r--r-- | libcli/util/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/error.h b/libcli/util/error.h index 0972601afb1..14614458473 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -22,6 +22,7 @@ #include "libcli/util/werror.h" #include "libcli/util/doserr.h" #include "libcli/util/ntstatus.h" +#include "libcli/util/hresult.h" /***************************************************************************** convert a NT status code to a dos class/code |