Skip to content

Commit

Permalink
If either alsa, ao or oss then always include sndfile.h for #397.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Nov 22, 2019
1 parent df4f26e commit 32bbabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesound.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#undef ENABLE_OSS
#endif

#ifdef HAVE_SNDFILE_H
#if defined(ENABLE_ALSA) || defined(ENABLE_AO) || defined(ENABLE_OSS)
#include <sndfile.h>
#endif

Expand Down

0 comments on commit 32bbabf

Please sign in to comment.