Index: /trunk/src/VBox/Runtime/r3/win/time-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/time-win.cpp	(revision 26211)
+++ /trunk/src/VBox/Runtime/r3/win/time-win.cpp	(revision 26212)
@@ -1,9 +1,9 @@
 /* $Id$ */
 /** @file
- * IPRT - Time, win32.
+ * IPRT - Time, Windows.
  */
 
 /*
- * Copyright (C) 2006-2007 Sun Microsystems, Inc.
+ * Copyright (C) 2006-2010 Sun Microsystems, Inc.
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -37,6 +37,9 @@
 
 #include <iprt/time.h>
+#include "internal/iprt.h"
+
 #include <iprt/asm.h>
 #include <iprt/assert.h>
+#include <iprt/err.h>
 #include "internal/time.h"
 
