* debian/patches/080-reftest-Add-missing-include-of-reftest-snapshot.h.patch

+ Added. Adds missing #include in the reftest test. While seemingly
    harmless on s390 due to the missing include the return type of a function
    the snapshot function is assumed to be int, while it should have been a
    pointer. This causes incorrect casting in the resulting code leading to
    crashes.. (From upstream git)
This commit is contained in:
Sjoerd Simons
2014-09-29 21:24:35 +00:00
parent c02d9bafa2
commit db621f5271
3 changed files with 36 additions and 0 deletions

View File

@ -11,3 +11,4 @@
060_ignore-random-icons.patch
061_multiarch_module_fallback.patch
071_fix-installation-of-HTML-images.patch
080-reftest-Add-missing-include-of-reftest-snapshot.h.patch