diff options
author | Anonymous Maarten <anonymous.maarten@gmail.com> | 2020-12-06 20:25:26 +0100 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2020-12-06 20:46:11 +0100 |
commit | 3a66b178876498e02d7aa349b3b8c4754c42ba18 (patch) | |
tree | 85cc4da49f24f375c5b4464762edc2f09f73360b /src | |
parent | fixed parenthesis (diff) | |
download | re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.tar re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.tar.gz re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.tar.bz2 re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.tar.lz re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.tar.xz re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.tar.zst re3-3a66b178876498e02d7aa349b3b8c4754c42ba18.zip |
Diffstat (limited to '')
-rw-r--r-- | src/extras/debugmenu.cpp | 2 | ||||
-rw-r--r-- | src/extras/re3_inttypes.h (renamed from src/extras/inttypes.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/debugmenu.cpp b/src/extras/debugmenu.cpp index 3a4c4175..533b97f5 100644 --- a/src/extras/debugmenu.cpp +++ b/src/extras/debugmenu.cpp @@ -5,7 +5,7 @@ #include "ControllerConfig.h" #include "Timer.h" #include "rtcharse.h" -#include "inttypes.h" +#include "re3_inttypes.h" #include "debugmenu.h" #include <new> diff --git a/src/extras/inttypes.h b/src/extras/re3_inttypes.h index bf0c53e2..bf0c53e2 100644 --- a/src/extras/inttypes.h +++ b/src/extras/re3_inttypes.h |