mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #19] [bro] fix missing malloc.h on OSX #598
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/19
State: closed
Merged: No
Hello,
the sample "bro" tool does not compile on OSX (I'm using 10.9.5):
It seems like the malloc.h header file is located inside
/usr/include/malloc/malloc.hon that platform.With this patch, it compiles correctly.
All best,
Cosimo