[Libreoffice-commits] .: writerperfect/source

David Tardon dtardon at kemper.freedesktop.org
Mon May 16 22:08:43 PDT 2011


 writerperfect/source/filter/PageSpan.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 51339dbc02c8cfc86f6f9eace7d44a135f5671eb
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 17 07:08:32 2011 +0200

    WaE: NULL was not declared in this scope

diff --git a/writerperfect/source/filter/PageSpan.cxx b/writerperfect/source/filter/PageSpan.cxx
index 95b74f9..69a2747 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"


More information about the Libreoffice-commits mailing list