summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 14:20:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 14:20:23 +0000
commite9fb80335d1095f6b31022380d39699cb5efefa3 (patch)
tree4dbe6da7eec53936555af0c96107439cd9bc1a4a
parent2faf39e841fbf79d0e035c98d96ab8c37c00bafc (diff)
#65293#: include <string.h>
-rw-r--r--dtrans/source/X11/X11_selection.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/X11/X11_selection.cxx b/dtrans/source/X11/X11_selection.cxx
index 1724a3391f8f..9ad0f2ca7957 100644
--- a/dtrans/source/X11/X11_selection.cxx
+++ b/dtrans/source/X11/X11_selection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: X11_selection.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: hr $ $Date: 2002-02-20 13:26:41 $
+ * last change: $Author: hr $ $Date: 2002-02-21 15:18:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,7 @@
#include <unistd.h>
#include <stdio.h>
+#include <string.h>
#include <X11/Xatom.h>
#include <X11/keysym.h>
#include <X11/Xlib.h>