summaryrefslogtreecommitdiff
path: root/Ports/opusfile/patches/ReadMe.md
blob: 1788e2a86763e2a51520063ccd8926e20ac6fc71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Patches for opusfile on SerenityOS

## `0001-http.c-Remove-include-ctype.h.patch`

Remove #include <ctype.h>

This simply removes the include statement for ctype.h. opusfile is not
very happy about our ctype.h because it contains static inline
definitions.

Also removing it does not hurt since we can compile fine without it.