diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/registry/hive.h | 2 | ||||
-rw-r--r-- | source4/lib/registry/registry.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/hive.h b/source4/lib/registry/hive.h index 8214208870..5a5356dfd2 100644 --- a/source4/lib/registry/hive.h +++ b/source4/lib/registry/hive.h @@ -23,7 +23,7 @@ #include <talloc.h> #include "librpc/gen_ndr/security.h" -#include "libcli/util/nt_status.h" +#include "libcli/util/ntstatus.h" /** * This file contains the hive API. This API is generally used for 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 <talloc.h> #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 |