summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-07-20 22:21:53 -0400
committerirungentoo <irungentoo@gmail.com>2015-07-20 22:21:53 -0400
commit553f3ea51302ac9f7c946457c7914dfee380f3a6 (patch)
treefba36b9391c6a55f3d63b114bc769b5c89ec0fa1 /toxav/rtp.c
parent05ad1234d29f8b1cd4fde83b6c893223d39d69d0 (diff)
Fixed some strange build issues.
Diffstat (limited to 'toxav/rtp.c')
-rw-r--r--toxav/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.c b/toxav/rtp.c
index ccac7564..95d3bf3d 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -23,10 +23,10 @@
23#include "config.h" 23#include "config.h"
24#endif /* HAVE_CONFIG_H */ 24#endif /* HAVE_CONFIG_H */
25 25
26#include "rtp.h"
26#include "../toxcore/logger.h" 27#include "../toxcore/logger.h"
27#include "../toxcore/util.h" 28#include "../toxcore/util.h"
28 29
29#include "rtp.h"
30#include <stdlib.h> 30#include <stdlib.h>
31void queue_message(RTPSession *_session, RTPMessage *_msg); 31void queue_message(RTPSession *_session, RTPMessage *_msg);
32 32