Skip to content

Commit

Permalink
android build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jun 1, 2024
1 parent f4001ae commit a222251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ struct tic_net
};

#if defined(__ANDROID__)
#include <native_activity.h>
#include <android/native_activity.h>
const void* sapp_android_get_native_activity(void);
#endif

Expand Down

0 comments on commit a222251

Please sign in to comment.