#include "wx/defs.h"
#include "wx/string.h"
+#include "wx/mmedia/defs.h"
#include "wx/mmedia/sndbase.h"
#include "wx/mmedia/sndpcm.h"
// OSS output class
//
-class wxSoundStreamOSS : public wxSoundStream {
+class WXDLLIMPEXP_MMEDIA wxSoundStreamOSS : public wxSoundStream {
public:
wxSoundStreamOSS(const wxString& dev_name = wxT("/dev/dsp"));
~wxSoundStreamOSS();