Skip to content
Snippets Groups Projects
Commit 83003a7b authored by Yalu Zhang's avatar Yalu Zhang
Browse files

Include stdint.h in voice-types.h

parent dad897cf
No related branches found
No related tags found
No related merge requests found
Pipeline #182280 passed
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#ifndef __VOICE_TYPES_H #ifndef __VOICE_TYPES_H
#define __VOICE_TYPES_H #define __VOICE_TYPES_H
#include <stdint.h>
#define RTP_HEADER_SIZE 12 #define RTP_HEADER_SIZE 12
typedef enum callid_state { typedef enum callid_state {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment