From: Seungbae Shin Date: Wed, 14 Dec 2016 11:15:12 +0000 (+0900) Subject: [UTC][openal][NON-ACR][Fix TPK build error] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8feb7f87dc311432ff023d342af6f1e30a3e087d;p=test%2Ftct%2Fnative%2Fapi.git [UTC][openal][NON-ACR][Fix TPK build error] Change-Id: Ia7febb41e73716276331e4c5421f4ed1ce7ce19e --- diff --git a/src/utc/openal/utc-openal.c b/src/utc/openal/utc-openal.c index 73e480504..ad4b4e92c 100755 --- a/src/utc/openal/utc-openal.c +++ b/src/utc/openal/utc-openal.c @@ -13,8 +13,13 @@ // See the License for the specific language governing permissions and // limitations under the License. // -#include -#include + +#ifndef __TIZEN__ +#define __TIZEN__ +#endif + +#include +#include #include #include