/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/carbon/sound.cpp
+// Name: src/osx/carbon/sound.cpp
// Purpose: wxSound class implementation: optional
// Author: Ryan Norton
// Modified by: Stefan Csomor
//
#ifdef __WXMAC__
-#include "wx/mac/uma.h"
+#include "wx/osx/uma.h"
#ifndef __DARWIN__
#include <Movies.h>
#include <Gestalt.h>
#endif
#endif
+#if __WXOSX_COCOA__
+#include "wx/osx/private.h"
+#endif
+
#include <Carbon/Carbon.h>
//quicktime media layer only required for mac emulation on pc