webrtc: include stdlib.h for atoi()

Fixes #857
This commit is contained in:
Tim-Philipp Müller 2018-12-31 12:09:42 +00:00
parent 82b921e1a4
commit 9eb7f7cbc7

View file

@ -26,6 +26,7 @@
#include "utils.h"
#include <string.h>
#include <stdlib.h>
#define IS_EMPTY_SDP_ATTRIBUTE(val) (val == NULL || g_strcmp0(val, "") == 0)