Skip to content

Commit

Permalink
Added #include <stdlib.h> for compatibility with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Sep 3, 2019
1 parent 11be515 commit 1d8c691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defunityads/src/DefUnityCallback.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#if defined(DM_PLATFORM_IOS) || defined(DM_PLATFORM_ANDROID)
#include "private_DefUnityCallback.h"
#include "utils/LuaUtils.h"
#include <stdlib.h>

static DefUnityAdsListener defUtoLua;
static dmArray<CallbackData> m_callbacksQueue;
Expand Down

0 comments on commit 1d8c691

Please sign in to comment.