summaryrefslogtreecommitdiff
path: root/toxrtp
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-10-28 05:32:48 -0700
committerirungentoo <irungentoo@gmail.com>2013-10-28 05:32:48 -0700
commitcb0316bf2ee40e373ac6c809b6526ab72d29f6df (patch)
tree83584d3ec775e959b504e7e74332ed2a95ed48c6 /toxrtp
parentd2ab13c61121fd14bbb2edc4406eaf807bbab3ec (diff)
parent4c6dc7a3b74ee720801d1259e4f498b19d343de6 (diff)
Merge pull request #634 from jin-eld/fix-public-headers
Public headers should not have any internal references
Diffstat (limited to 'toxrtp')
-rw-r--r--toxrtp/toxrtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxrtp/toxrtp.h b/toxrtp/toxrtp.h
index 44717835..0aa89993 100644
--- a/toxrtp/toxrtp.h
+++ b/toxrtp/toxrtp.h
@@ -30,7 +30,7 @@
30 30
31#define RTP_VERSION 2 31#define RTP_VERSION 2
32#include <inttypes.h> 32#include <inttypes.h>
33#include "../toxcore/tox.h" 33#include "tox.h"
34#include <pthread.h> 34#include <pthread.h>
35/* Extension header flags */ 35/* Extension header flags */
36#define RTP_EXT_TYPE_RESOLUTION 0x01 36#define RTP_EXT_TYPE_RESOLUTION 0x01