diff options
Diffstat (limited to 'libSYS/include/genericStds.h')
-rw-r--r-- | libSYS/include/genericStds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libSYS/include/genericStds.h b/libSYS/include/genericStds.h index 756935b..2d6eea6 100644 --- a/libSYS/include/genericStds.h +++ b/libSYS/include/genericStds.h @@ -96,6 +96,8 @@ amm-info@iis.fraunhofer.de #include "machine_type.h" +/* Work around for broken android toolchain: sys/types.h:137: error: 'uint64_t' does not name a type */ +#define _SYS_TYPES_H_ /* Always increase verbosity of memory allocation in case of a debug built. DEBUG is defined globally in that case. */ |