diff options
Diffstat (limited to 'deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp')
-rw-r--r-- | deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp b/deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp new file mode 100644 index 000000000000..ce084e883839 --- /dev/null +++ b/deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp @@ -0,0 +1,11 @@ +--- ./applet/weatherdataprocessor.cpp.orig 2009-12-06 15:08:29.000000000 -0500 ++++ ./applet/weatherdataprocessor.cpp 2010-02-05 03:23:32.000000000 -0500 +@@ -30,7 +30,7 @@ + + //--- KDE4 --- + +-#include <values.h> ++#include <float.h> + #if KDE_IS_VERSION(4,3,70) + #include <KUnitConversion/Value> + #endif |