1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-07-07 17:36:21 +00:00
parent 7ee377a45d
commit c742c0421b

View file

@ -35,8 +35,18 @@
#if JUCE_ALSA
#include "linuxincludes.h"
//==============================================================================
/* Got an include error here? If so, you've either not got ALSA installed, or you've
not got your paths set up correctly to find its header files.
If you don't have the ALSA library and don't want to build Juce with audio support,
just disable the JUCE_ALSA flag in juce_Config.h
*/
#include <alsa/asoundlib.h>
//==============================================================================
#include "../../../src/juce_core/basics/juce_StandardHeader.h"
BEGIN_JUCE_NAMESPACE