changeset 4:764bbf72392f

include/rtp_alloc_if.h: #include system headers for used types
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 20:49:44 +0000
parents 60b512a868b4
children 4a5560ef0807
files include/rtp_alloc_if.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/rtp_alloc_if.h	Mon May 27 20:41:21 2024 +0000
+++ b/include/rtp_alloc_if.h	Mon May 27 20:49:44 2024 +0000
@@ -5,6 +5,9 @@
 
 #pragma once
 
+#include <stdint.h>
+#include <sys/socket.h>
+
 struct rtp_alloc_req {
 	uint32_t	transact_ref;
 	uint32_t	ep_type;