diff options
Diffstat (limited to 'graphics/dc20ctrl/files/patch-ab')
-rw-r--r-- | graphics/dc20ctrl/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dc20ctrl/files/patch-ab b/graphics/dc20ctrl/files/patch-ab new file mode 100644 index 000000000000..a40c86f4e6b3 --- /dev/null +++ b/graphics/dc20ctrl/files/patch-ab @@ -0,0 +1,11 @@ +--- dc20.h.orig Mon Dec 21 21:09:11 1998 ++++ dc20.h Mon Dec 21 21:09:47 1998 +@@ -45,7 +45,7 @@ + #include <string.h> + + #ifdef USE_TIFF +-#include <tiff34/tiffio.h> ++#include <tiffio.h> + #endif /* USE_TIFF */ + + #ifndef TRUE |