diff options
Diffstat (limited to 'x11-toolkits/qt32/files/patch-qanimationwriter.cpp')
-rw-r--r-- | x11-toolkits/qt32/files/patch-qanimationwriter.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/qt32/files/patch-qanimationwriter.cpp b/x11-toolkits/qt32/files/patch-qanimationwriter.cpp new file mode 100644 index 000000000000..9e7db8a94a02 --- /dev/null +++ b/x11-toolkits/qt32/files/patch-qanimationwriter.cpp @@ -0,0 +1,10 @@ +--- tools/qvfb/qanimationwriter.cpp.orig Wed Nov 27 02:45:38 2002 ++++ tools/qvfb/qanimationwriter.cpp Wed Nov 27 02:45:56 2002 +@@ -25,6 +25,7 @@ + + #include <png.h> + #include <netinet/in.h> // for htonl ++#include <limits.h> + + class QAnimationWriterData { + public: |