serenity/Ports/opusfile/patches
2023-05-08 08:03:31 +02:00
..
0001-http.c-Remove-include-ctype.h.patch Ports: Add opusfile 0.12 2023-05-08 08:03:31 +02:00
ReadMe.md Ports: Add opusfile 0.12 2023-05-08 08:03:31 +02:00

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.