diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-11-02 20:31:13 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-11-02 20:31:13 -0400 |
commit | 873f2cf8cc30125d6c573210f328bc71b95cdc5b (patch) | |
tree | 580b06d4df15ff5f8a9c3f20468bf2160ac666e5 /config | |
parent | 21b3f6247403c06f85e1f45d219f87549862198f (diff) | |
download | uxp-873f2cf8cc30125d6c573210f328bc71b95cdc5b.tar.gz |
Issue #1265 - Expose sndio as a build option for any supporting system
Diffstat (limited to 'config')
-rw-r--r-- | config/system-headers | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/system-headers b/config/system-headers index b4f9017924..b10324f0fb 100644 --- a/config/system-headers +++ b/config/system-headers @@ -910,7 +910,9 @@ signal.h SimpleGameSound.h SIOUX.h size_t.h +#ifdef MOZ_SNDIO sndio.h +#endif someincludefile.h Sound.h soundcard.h |