diff options
Diffstat (limited to 'protocols/Tox/include/toxav.h')
-rw-r--r-- | protocols/Tox/include/toxav.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h index 88fee4d43e..7285f45cc6 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -22,6 +22,7 @@ #ifndef __TOXAV #define __TOXAV +#include <inttypes.h> #ifdef __cplusplus extern "C" { |