minerva / Ports / opusfile / patches /
@minerva minerva authored on 13 Jul
..
0001-http.c-Remove-include-ctype.h.patch Initial commit 7 months ago
ReadMe.md Initial commit 7 months ago
ReadMe.md

Patches for opusfile on Minerva

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

Remove #include

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.