Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mono / metadata / console-null.c
index 46554d214abaadce47008ef1d68aa61f794bf319..b8367e888f7b851970cb4f7a2668558db116b90c 100644 (file)
@@ -5,13 +5,14 @@
  *     Gonzalo Paniagua Javier (gonzalo@ximian.com)
  *
  * Copyright (C) 2005-2009 Novell, Inc. (http://www.novell.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #include <mono/metadata/appdomain.h>
 #include <mono/metadata/object-internals.h>
 #include <mono/metadata/class-internals.h>
 #include <mono/metadata/domain-internals.h>
-#include <mono/metadata/gc-internal.h>
+#include <mono/metadata/gc-internals.h>
 
 #include <mono/metadata/console-io.h>
 #include <mono/metadata/exception.h>