diff options
-rw-r--r-- | sal/osl/w32/diagnose.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/diagnose.c b/sal/osl/w32/diagnose.c index 8e89cd39c92e..258d96fd1051 100644 --- a/sal/osl/w32/diagnose.c +++ b/sal/osl/w32/diagnose.c @@ -4,9 +4,9 @@ * * $RCSfile: diagnose.c,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:36:11 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:22:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #define NO_DEBUG_CRT #include <osl/diagnose.h> -#include< osl/thread.h> +#include <osl/thread.h> #define NO_DEBUG_CRT |