components/hplip/patches/03_ErnieFilter.cpp.patch
author sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
Mon, 04 Apr 2011 23:24:05 -0700
changeset 165 111c46cade93
child 1276 dc3977b83042
permissions -rw-r--r--
7018146 move hplip to userland 7025707 /usr/lib/cups/filter/pstotiff pulls in obsolete Python 2.4

--- hplip-3.10.9/prnt/hpcups/ErnieFilter.cpp.orig	Mon Dec 27 00:02:08 2010
+++ hplip-3.10.9/prnt/hpcups/ErnieFilter.cpp	Mon Dec 27 00:03:19 2010
@@ -50,6 +50,8 @@
 #include "ErnieFilter.h"
 
 
+extern "C" double ceil(double);
+
 #if defined(__APPLE__) || defined(__linux)
 #include <math.h>
 #endif