From 78c50015bb8bd5a1d831a6e7ec796b3367c73145 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 3 Jan 2006 15:40:05 +0000 Subject: r12694: Move some headers to the directory of the subsystem they belong to. (This used to be commit c722f665c90103f3ed57621c460e32ad33e7a8a3) --- source4/libcli/cldap/cldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/cldap') diff --git a/source4/libcli/cldap/cldap.h b/source4/libcli/cldap/cldap.h index 632dbd1f65..e1f59464e5 100644 --- a/source4/libcli/cldap/cldap.h +++ b/source4/libcli/cldap/cldap.h @@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "asn_1.h" +#include "libcli/util/asn_1.h" #include "librpc/gen_ndr/ndr_nbt.h" enum cldap_request_state {CLDAP_REQUEST_SEND, -- cgit