diff options
Diffstat (limited to 'source/lib/registry/hive.c')
-rw-r--r-- | source/lib/registry/hive.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/registry/hive.c b/source/lib/registry/hive.c index ad6a6421abb..2a9b1a59cef 100644 --- a/source/lib/registry/hive.c +++ b/source/lib/registry/hive.c @@ -6,7 +6,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "hive.h" +#include "registry.h" #include "system/filesys.h" #include "param/param.h" |