diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 20:56:26 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 20:56:26 +0200 |
commit | 730d47f0ccbffce7cdde6a60088789e2a1aed950 (patch) | |
tree | c90eff5d726ee21994bb7a9610a189c49ed5e050 /automation | |
parent | 0ac99a4c7c816e2b87e04fbb048fdf233758bbcb (diff) |
Add back missing #endif into automation/source/testtool/objtest.cxx
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/objtest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index 76122a478c9a..5fae92e2a10e 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -31,6 +31,7 @@ #ifdef OS2 #define INCL_DOS #include <svpm.h> +#endif #include "sysdir_win.hxx" #include "registry_win.hxx" |