summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-prnt__hpcups__ErnieFilter.cpp
blob: d595776fd74581195771f38eb664a3b5f2052ca0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./prnt/hpcups/ErnieFilter.cpp.orig	2010-02-25 02:04:09.000000000 +0300
+++ ./prnt/hpcups/ErnieFilter.cpp	2010-04-18 10:49:13.471529924 +0400
@@ -50,7 +50,7 @@
 #include "ErnieFilter.h"
 
 
-#if defined(__APPLE__) || defined(__linux)
+#if defined(__APPLE__) || defined(__linux) || (__FreeBSD__)
 #include <math.h>
 #endif