diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:49:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:49:23 +0000 |
commit | 103da853ecc6e9a3e71005875562c15650b7ddd7 (patch) | |
tree | 5be1a2c9c9f14e26d2a71959d4407cb2be549c27 /tools/bootstrp/rscdep.cxx | |
parent | 88b3e73a6ebcb32a9a0e0cdf0aa0bf7a3bc5ecb7 (diff) |
INTEGRATION: CWS pchfix02 (1.21.44); FILE MERGED
2006/09/01 17:54:47 kaib 1.21.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/bootstrp/rscdep.cxx')
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index 17ba98818b03..ca3f09412a1a 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscdep.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:21:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:49:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_tools.hxx" #ifdef UNX #include <unistd.h> #endif |