From 83003a7b7b79183594ffec69d0c028fe0d41c55f Mon Sep 17 00:00:00 2001
From: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: Mon, 18 Nov 2024 18:05:54 +0100
Subject: [PATCH] Include stdint.h in voice-types.h

---
 libvoice/voice-types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libvoice/voice-types.h b/libvoice/voice-types.h
index ccdac78..74cfb67 100644
--- a/libvoice/voice-types.h
+++ b/libvoice/voice-types.h
@@ -4,6 +4,8 @@
 #ifndef __VOICE_TYPES_H
 #define __VOICE_TYPES_H
 
+#include <stdint.h>
+
 #define RTP_HEADER_SIZE    12
 
 typedef enum callid_state {
-- 
GitLab