1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix Android build for x86_64

This commit is contained in:
Nick Little 2016-01-19 17:50:56 -06:00
parent b3b5d88aab
commit d2027889ce
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <stdio.h>
#ifdef ANDROID
#include <stdlib.h>
#include <android/log.h>
TxDbg::TxDbg()

View File

@ -1,6 +1,7 @@
#ifdef ANDROID
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include "txWidestringWrapper.h"