Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os_types.h: Properly define types on macOS #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 31, 2020

  1. os_types.h: Properly define types on macOS

    For more recent macOS builds, <sys/types.h> is not enought to correctly
    define aliased types.
    
    Adding <stdint.h> to include list fixes the issue, and makes building
    other libraries (i.e. vorbis) for macOS again.
    
    Signed-off-by: Francesco Giancane <[email protected]>
    fgiancane8 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    05a006a View commit details
    Browse the repository at this point in the history