diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-20 05:44:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-20 05:44:52 +0000 |
commit | ce36763ef06b7c579b2f447386985f6d2783efc9 (patch) | |
tree | 48c4564f4a4825f2a69b1a7b999798f9252b671c | |
parent | e6c8e2a95bd1f0a763b8fd048ca0dd246fd0ea4f (diff) |
added video header
git-svn-id: http://svn.miranda-ng.org/main/trunk@12211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Tox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 1d75169087..fcdb4b3aea 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -33,6 +33,7 @@ #include <tox.h>
#include <toxdns.h>
#include <toxencryptsave.h>
+#include <toxav.h>
#include "version.h"
#include "resource.h"
|