[UTC][openal][NON-ACR][Fix TPK build error]
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 14 Dec 2016 11:15:12 +0000 (20:15 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 14 Dec 2016 11:15:12 +0000 (20:15 +0900)
Change-Id: Ia7febb41e73716276331e4c5421f4ed1ce7ce19e

src/utc/openal/utc-openal.c

index 73e4805040c667ec1c8dca3b418c65cd0b1809c8..ad4b4e92cb82ac3de25df06824622aa897fa3d37 100755 (executable)
 // See the License for the specific language governing permissions and
 // limitations under the License.
 //
-#include <al.h>
-#include <alc.h>
+
+#ifndef __TIZEN__
+#define __TIZEN__
+#endif
+
+#include <AL/al.h>
+#include <AL/alc.h>
 #include <sound_manager.h>
 
 #include <stdio.h>