diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-17 07:08:32 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-05-17 07:08:32 +0200 |
commit | f0c1021dd4b55465e595f8dcec2cf00eb3494fe0 (patch) | |
tree | 0cb0f23092580bff7d39157f751a011447c846b6 /writerperfect | |
parent | f9c5c8572af6276b87e8a4bbf678c97eb370d187 (diff) |
WaE: NULL was not declared in this scope
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/PageSpan.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/PageSpan.cxx b/writerperfect/source/filter/PageSpan.cxx index 95b74f96640c..69a2747ddcba 100644 --- a/writerperfect/source/filter/PageSpan.cxx +++ b/writerperfect/source/filter/PageSpan.cxx @@ -25,6 +25,9 @@ /* "This product is not manufactured, approved, or supported by * Corel Corporation or Corel Corporation Limited." */ + +#include <stdlib.h> + #include "FilterInternal.hxx" #include "PageSpan.hxx" #include "DocumentElement.hxx" |