diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-24 16:52:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-24 17:55:39 +0100 |
commit | ef0fa403f1c5d670b7991770e7fbb8394879de4b (patch) | |
tree | 9ba3888d74355e2a68ae2e887073b6e001a49941 /source4/libcli/util | |
parent | 536318549fba35a4d9eb60fbb2d0e91b88c44a7b (diff) | |
download | samba-ef0fa403f1c5d670b7991770e7fbb8394879de4b.tar.gz samba-ef0fa403f1c5d670b7991770e7fbb8394879de4b.tar.bz2 samba-ef0fa403f1c5d670b7991770e7fbb8394879de4b.zip |
libcli/ldap: move ldap_errors.h to the toplevel and install it
metze
Diffstat (limited to 'source4/libcli/util')
-rw-r--r-- | source4/libcli/util/nterr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/util/nterr.c b/source4/libcli/util/nterr.c index 8371837dcb..4e7cdf5c3a 100644 --- a/source4/libcli/util/nterr.c +++ b/source4/libcli/util/nterr.c @@ -20,7 +20,7 @@ /* NT error codes. please read nterr.h */ #include "includes.h" -#include "libcli/ldap/ldap_errors.h" +#include "../libcli/ldap/ldap_errors.h" #undef strcasecmp typedef struct |