diff options
author | Oliver Braun <obr@openoffice.org> | 2001-02-14 09:37:36 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-02-14 09:37:36 +0000 |
commit | c3510b96413e4e0881a7bb6f3a60e8484e6310f0 (patch) | |
tree | 25654f7c7b83b029d039377a0d79e1dadee153c0 /dtrans | |
parent | fa7e9aa2f8a7f3acae4d4db2566ad70f0cbe1361 (diff) |
include stdio.h for stderr
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_clipboard.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dtrans/source/X11/X11_clipboard.cxx b/dtrans/source/X11/X11_clipboard.cxx index 1407fbed900a..bb6bb07afa50 100644 --- a/dtrans/source/X11/X11_clipboard.cxx +++ b/dtrans/source/X11/X11_clipboard.cxx @@ -2,9 +2,9 @@ * * $RCSfile: X11_clipboard.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-02-07 17:59:21 $ + * last change: $Author: obr $ $Date: 2001-02-14 10:37:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,10 @@ #include <rtl/tencinfo.h> #endif +#ifdef DEBUG +#include <stdio.h> +#endif + using namespace com::sun::star::datatransfer; using namespace com::sun::star::datatransfer::clipboard; using namespace com::sun::star::lang; |