diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-08-14 17:09:07 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-08-14 17:09:07 +0200 |
commit | 4a5f7464c14f214eadfeb177705902777f52d326 (patch) | |
tree | eef8b7dc86e83f8fdb0ba27a5abedd62892c51e3 /src/core/common.h | |
parent | ginput script (diff) | |
parent | Fix artifact path (diff) | |
download | re3-4a5f7464c14f214eadfeb177705902777f52d326.tar re3-4a5f7464c14f214eadfeb177705902777f52d326.tar.gz re3-4a5f7464c14f214eadfeb177705902777f52d326.tar.bz2 re3-4a5f7464c14f214eadfeb177705902777f52d326.tar.lz re3-4a5f7464c14f214eadfeb177705902777f52d326.tar.xz re3-4a5f7464c14f214eadfeb177705902777f52d326.tar.zst re3-4a5f7464c14f214eadfeb177705902777f52d326.zip |
Diffstat (limited to 'src/core/common.h')
-rw-r--r-- | src/core/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/common.h b/src/core/common.h index 9d3bca67..21337e21 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -11,6 +11,11 @@ #define __STDC_LIMIT_MACROS // so we get UINT32_MAX etc #endif + +#ifdef __SWITCH__ +#include <switch.h> +#endif + #include <stdint.h> #include <string.h> #include <math.h> |