diff options
-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 |