aboutsummaryrefslogtreecommitdiff
path: root/src/sattypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sattypes.h')
-rw-r--r--src/sattypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sattypes.h b/src/sattypes.h
index 9acfaf4..c9341d0 100644
--- a/src/sattypes.h
+++ b/src/sattypes.h
@@ -26,9 +26,13 @@
#include <string>
#ifdef HAVE_CONFIG_H // Built using autoconf
+#ifdef __ANDROID__
+#include "stressapptest_config_android.h"
+#else
#include "stressapptest_config.h"
-using namespace std;
using namespace __gnu_cxx;
+#endif
+using namespace std;
typedef signed long long int64;
typedef signed int int32;