diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-09-28 08:32:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-09-28 08:32:25 +0000 |
commit | 5400fb4d896b699cc1bcfb960fdc037e0703343a (patch) | |
tree | d40d247c4d1ceece3db8d30099368d9c34cb40e9 /protocols/Tox/include/toxencryptsave.h | |
parent | f16f433a0c88d61becdb8f37b97a2ee42d38081a (diff) |
2010 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@15464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/include/toxencryptsave.h')
-rw-r--r-- | protocols/Tox/include/toxencryptsave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h index 9e28b48e1e..49961fccab 100644 --- a/protocols/Tox/include/toxencryptsave.h +++ b/protocols/Tox/include/toxencryptsave.h @@ -30,7 +30,7 @@ extern "C" { #include <stdint.h> #include <stddef.h> -#include <stdbool.h> +//#include <stdbool.h> #ifndef TOX_DEFINED #define TOX_DEFINED |