mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:08:12 +00:00
12 lines
330 B
Markdown
12 lines
330 B
Markdown
# 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.
|
|
|