fix test suite compilation after 590b752b

Change-Id: Ibcba457a1e31c1523b417a9492e581e0b5cedbbb
(cherry picked from commit 5e558e9016)
changes/02/25902/1
Richard Fuchs 7 years ago
parent 5333ad7a05
commit 8d85d04f0b

@ -4,6 +4,9 @@
#include "crypto.h"
#include "rtplib.h"
#include "log.h"
#include "main.h"
struct rtpengine_config rtpe_config;
uint8_t test_key[46] = {
0xe1, 0xf9, 0x7a, 0x0d, 0x3e, 0x01, 0x8b, 0xe0,

@ -2,6 +2,10 @@
#include <string.h>
#include <stdlib.h>
#include "ssrc.h"
#include "main.h"
struct rtpengine_config rtpe_config;
static void most_cmp(struct payload_tracker *t, const char *cmp, const char *file, int line) {

Loading…
Cancel
Save