comparison include/rtp_alloc_if.h @ 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 560a3765ab30
children
comparison
equal deleted inserted replaced
3:60b512a868b4 4:764bbf72392f
2 * This header file defines the ad hoc control interface 2 * This header file defines the ad hoc control interface
3 * to themwi-rtp-mgr over a dedicated local socket. 3 * to themwi-rtp-mgr over a dedicated local socket.
4 */ 4 */
5 5
6 #pragma once 6 #pragma once
7
8 #include <stdint.h>
9 #include <sys/socket.h>
7 10
8 struct rtp_alloc_req { 11 struct rtp_alloc_req {
9 uint32_t transact_ref; 12 uint32_t transact_ref;
10 uint32_t ep_type; 13 uint32_t ep_type;
11 }; 14 };