Index: /trunk/src/VBox/Main/include/DHCPConfigImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/DHCPConfigImpl.h	(revision 79734)
+++ /trunk/src/VBox/Main/include/DHCPConfigImpl.h	(revision 79735)
@@ -16,6 +16,6 @@
  */
 
-#ifndef MAIN_INCLUDED_DHCPServerConfig_h
-#define MAIN_INCLUDED_DHCPServerConfig_h
+#ifndef MAIN_INCLUDED_DHCPConfigImpl_h
+#define MAIN_INCLUDED_DHCPConfigImpl_h
 #ifndef RT_WITHOUT_PRAGMA_ONCE
 # pragma once
@@ -315,4 +315,4 @@
 };
 
-#endif /* !MAIN_INCLUDED_DHCPServerImpl_h */
-
+#endif /* !MAIN_INCLUDED_DHCPConfigImpl_h */
+
Index: /trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp	(revision 79734)
+++ /trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp	(revision 79735)
@@ -24,5 +24,5 @@
 #include "LoggingNew.h"
 
-#include <iprt/err.h>
+#include <iprt/errcore.h>
 #include <iprt/net.h>
 #include <iprt/cpp/utils.h>
