Newer
Older
minerva / Ports / opusfile / patches / ReadMe.md
@minerva minerva on 13 Jul 327 bytes Initial commit

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.