diff options
Diffstat (limited to 'graphics/showimg/files/patch-showimg:qtiffio.cpp')
-rw-r--r-- | graphics/showimg/files/patch-showimg:qtiffio.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/showimg/files/patch-showimg:qtiffio.cpp b/graphics/showimg/files/patch-showimg:qtiffio.cpp new file mode 100644 index 000000000000..90619f58957c --- /dev/null +++ b/graphics/showimg/files/patch-showimg:qtiffio.cpp @@ -0,0 +1,10 @@ +--- showimg/qtiffio.cpp.orig Sun Apr 14 11:53:48 2002 ++++ showimg/qtiffio.cpp Sun Apr 14 11:54:01 2002 +@@ -17,6 +17,7 @@ + // + + #include <stdio.h> ++#include <sys/types.h> + #include <sys/mman.h> + + #include <tiffio.h> |