summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-17 07:08:32 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-17 07:08:32 +0200
commitf0c1021dd4b55465e595f8dcec2cf00eb3494fe0 (patch)
tree0cb0f23092580bff7d39157f751a011447c846b6 /writerperfect
parentf9c5c8572af6276b87e8a4bbf678c97eb370d187 (diff)
WaE: NULL was not declared in this scope
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/filter/PageSpan.cxx3
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"