diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-25 17:23:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-25 17:23:41 +0300 |
commit | 13fe5269a7cfe355a832ff36b09ca918fb46add3 (patch) | |
tree | 333997847de96950dc9cd695b2e46ba150d234eb /protocols/Tox/include/tox.h | |
parent | 8d99e5b9bc291bfb886bb104edb5087cab557141 (diff) |
compilation fix
Diffstat (limited to 'protocols/Tox/include/tox.h')
-rw-r--r-- | protocols/Tox/include/tox.h | 2 |
1 files changed, 1 insertions, 1 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> |