diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-11-09 21:30:56 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-11-09 21:30:56 +0000 |
commit | 270bd2f34a84fcfd7e06c5f8058846a07037ddf3 (patch) | |
tree | 936bcff0febe6ab34462e9dda41064d3fa75a869 /toolkit/source/awt/vclxwindow1.cxx | |
parent | 9bb4e9b2513dc9e826a218bb4abdd9ce0bee85b2 (diff) |
i118582: OS/2 port - pyuno, readlicense, svtools, toolkit and tools build patches by Yuri Dario.
Diffstat (limited to 'toolkit/source/awt/vclxwindow1.cxx')
-rw-r--r-- | toolkit/source/awt/vclxwindow1.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx index 24695ed8f3cd..ef29b3e7ba54 100644 --- a/toolkit/source/awt/vclxwindow1.cxx +++ b/toolkit/source/awt/vclxwindow1.cxx @@ -36,6 +36,8 @@ #include <tools/prewin.h> #include <windows.h> #include <tools/postwin.h> +#elif defined ( OS2 ) +#include <svpm.h> #elif defined ( QUARTZ ) #include "premac.h" #include <Cocoa/Cocoa.h> |