summaryrefslogtreecommitdiff
path: root/crashrep/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-07-01 06:25:51 +0000
committerRüdiger Timm <rt@openoffice.org>2003-07-01 06:25:51 +0000
commit96b38ca20b8123bf1b31155e8bb37a100ad2defb (patch)
tree68f04cfddd79d363230b7d3601cf8644af23d001 /crashrep/source
parentf59e3321156070720876b30b5a7972483e101f2f (diff)
#100000# Correction for last checkin: it's _version.h to include, not that out of vcl (we do not depend on vcl).
Diffstat (limited to 'crashrep/source')
-rwxr-xr-xcrashrep/source/unx/main.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index 19e34b0b71d3..70d9371a7ef6 100755
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 14:11:52 $
+ * last change: $Author: rt $ $Date: 2003-07-01 07:25:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,7 @@
#include <interface.hxx>
#include <cstdio>
#include <sys/utsname.h>
-#include <vcl/_version.h>
+#include <_version.h>
#include <errno.h>
#include <string>
#include <string.h>