summaryrefslogtreecommitdiff
path: root/Ports/imgcat/patches/ReadMe.md
blob: 90101188ab0f9f4b718899e1b7e8a2540c0f85d9 (plain)
1
2
3
4
5
6
7
8
9
# Patches for imgcat on SerenityOS

## `0001-Remove-an-include-of-err.h.patch`

Remove an include of `err.h`

`err.h` appears to be BSD-specific, and we don't support it. Luckily,
imgcat compiles just fine even when removing it.