From 299f62a707f68651d76476e87dd030ef3b3174ea Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 14 May 2007 10:50:58 +0000 Subject: Add missing ulong definition. Add missing headers. Fix compilation on 2007-05-14 Carlos Garcia Campos * 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 --- (limited to 'backend/ps') diff --git a/backend/ps/ps-interpreter.c b/backend/ps/ps-interpreter.c index 55f55d4..b17af85 100644 --- a/backend/ps/ps-interpreter.c +++ b/backend/ps/ps-interpreter.c @@ -28,6 +28,8 @@ #include #include #include +#include +#include #include #include -- cgit v0.9.1