changeset 5:4a5560ef0807

include/rtp_defs.h: #include <stdint.h> dependency
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 20:50:51 +0000
parents 764bbf72392f
children 191d58f5c24f
files include/rtp_defs.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/rtp_defs.h	Mon May 27 20:49:44 2024 +0000
+++ b/include/rtp_defs.h	Mon May 27 20:50:51 2024 +0000
@@ -5,6 +5,8 @@
 
 #pragma once
 
+#include <stdint.h>
+
 #define	RTP_PACKET_HDR_SIZE	12
 #define	RTP_PACKET_SIZE_PSTN	172
 #define	RTP_MAX_PAYLOAD		160