summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-03-18 17:46:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-03-18 17:46:56 +0000
commitd38950ff04c1d32bbb5593ff28e4aa9ab3bed54a (patch)
treea0367f32a9d01945a0ff8fbc892fe9515cb9b020 /tools
parente526e3af15014405bdb95f0169504cbc049b665e (diff)
#65293#: includes
Diffstat (limited to 'tools')
-rw-r--r--tools/source/debug/debug.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx
index 0408b17e8c36..91f4353a9ad1 100644
--- a/tools/source/debug/debug.cxx
+++ b/tools/source/debug/debug.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: debug.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mh $ $Date: 2001-10-16 07:59:15 $
+ * last change: $Author: hr $ $Date: 2002-03-18 18:46:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,8 @@
#endif
#include <time.h>
-#include <cstdarg>
+#include <stdarg.h> // include both to satisfy all compiler/platform
+#include <cstdarg> // combinations
#include <stdlib.h>
#include <string.h>
#include <stdio.h>