summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 18929e12..30d8ca65 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -22,9 +22,11 @@
22#ifndef RTP_H 22#ifndef RTP_H
23#define RTP_H 23#define RTP_H
24 24
25#include "../toxcore/Messenger.h"
26#include "bwcontroller.h" 25#include "bwcontroller.h"
27#include "stdbool.h" 26
27#include "../toxcore/Messenger.h"
28
29#include <stdbool.h>
28 30
29/** 31/**
30 * Payload type identifier. Also used as rtp callback prefix. 32 * Payload type identifier. Also used as rtp callback prefix.