From 9b009c900987517359485799be8be4167494b376 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 23 Sep 2007 21:35:03 +0000 Subject: r25301: Merge my includes.h cleanups. (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a) --- source4/lib/registry/registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/registry.h') diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index 90dd094eb9..6dec84ad89 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -26,7 +26,7 @@ struct registry_context; #include #include "librpc/gen_ndr/security.h" #include "lib/registry/hive.h" -#include "libcli/util/nt_status.h" +#include "libcli/util/ntstatus.h" /* Handles for the predefined keys */ #define HKEY_CLASSES_ROOT 0x80000000 -- cgit