diff options
author | Sander Vesik <svesik@openoffice.org> | 2000-12-19 00:28:42 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2000-12-19 00:28:42 +0000 |
commit | 19795ffee361d24d1f277efbb41c2f54b349d2fb (patch) | |
tree | 2341a77d87cf320a3e65010ee0c212397e97ee7e /vcl/unx | |
parent | 959e2c99a40b68b8fc9b23e3a243e19b350d96d5 (diff) |
Add support for FreeBSD.
Contributed by: Tim Tretyak <timothy@umc.com.ua>
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/window/salframe.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/source/window/salframe.cxx b/vcl/unx/source/window/salframe.cxx index 6ddac5620430..89562d2fe28a 100644 --- a/vcl/unx/source/window/salframe.cxx +++ b/vcl/unx/source/window/salframe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salframe.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: pl $ $Date: 2000-12-18 13:35:34 $ + * last change: $Author: svesik $ $Date: 2000-12-19 01:28:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,9 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#ifndef FREEBSD #include <alloca.h> +#endif #include <prex.h> #include <X11/Xatom.h> |