diff options
-rw-r--r-- | extensions/source/scanner/twain.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/scanner/twain.cxx b/extensions/source/scanner/twain.cxx index df8e7cf828e8..b0a5aa0b12e1 100644 --- a/extensions/source/scanner/twain.cxx +++ b/extensions/source/scanner/twain.cxx @@ -4,9 +4,9 @@ * * $RCSfile: twain.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-16 13:28:46 $ + * last change: $Author: vg $ $Date: 2007-09-20 14:27:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include <tools/svwin.h> #endif #ifdef OS2 -#include <tools/svpm.h> +#include <svpm.h> #endif // OS2 #include <vos/module.hxx> #include <tools/stream.hxx> |