mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
[Android] Fix Build.
This commit is contained in:
parent
bfdc913714
commit
aa713e11f7
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@
|
|||
#include <ctype.h>
|
||||
#include <deque>
|
||||
#include <errno.h>
|
||||
#ifndef ANDROID
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <float.h>
|
||||
#include <fstream>
|
||||
|
|
Loading…
Add table
Reference in a new issue