2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/impress/zip.c:
Add missing ulong definition.
* backend/ps/ps-interpreter.c:
Add missing headers.
Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
svn path=/trunk/; revision=2454
+2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * backend/impress/zip.c:
+ Add missing ulong definition.
+
+ * backend/ps/ps-interpreter.c:
+ Add missing headers.
+
+ Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
+
2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_document_dispose):
#include <zlib.h>
#define _(x) x
+typedef unsigned long ulong;
+
enum {
ZIP_OK = 0,
ZIP_NOMEM,
#include <gdk/gdkx.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/types.h>
+#include <signal.h>
#include <sys/wait.h>
#include <errno.h>