blob: 9e7db8a94a0276e6b9035ae26d68375775b3de6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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:
|