diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Tox/include/tox.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/toxav.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/toxencryptsave.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index c697be64e9..bae84dd26c 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -24,7 +24,7 @@ #ifndef TOX_H #define TOX_H -#include <stdbool.h> +#include <msapi/stdbool.h> #include <stddef.h> #include <stdint.h> diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h index 2e48d599ef..2a8b90fa5e 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -20,7 +20,7 @@ #ifndef TOXAV_H #define TOXAV_H -#include <stdbool.h> +#include <msapi/stdbool.h> #include <stddef.h> #include <stdint.h> diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h index d13ebbc624..ef28f622e8 100644 --- a/protocols/Tox/include/toxencryptsave.h +++ b/protocols/Tox/include/toxencryptsave.h @@ -28,7 +28,7 @@ extern "C" { #endif -#include <stdbool.h> +#include <msapi/stdbool.h> #include <stddef.h> #include <stdint.h> |