comparison mgw/pstn2gsm.c @ 198:cf1ba5d65188

mgw: start using project-global rtp_defs.h
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 Mar 2023 20:06:40 -0800
parents c985c33baeac
children 0047c4c08d9e
comparison
equal deleted inserted replaced
197:73bbe7da45cd 198:cf1ba5d65188
14 #include <strings.h> 14 #include <strings.h>
15 #include <syslog.h> 15 #include <syslog.h>
16 #include <unistd.h> 16 #include <unistd.h>
17 #include <gsm.h> /* libgsm dependency */ 17 #include <gsm.h> /* libgsm dependency */
18 #include <gsm_efr.h> 18 #include <gsm_efr.h>
19 #include "../include/rtp_defs.h"
19 #include "../include/tmgw_ctrl.h" 20 #include "../include/tmgw_ctrl.h"
20 #include "../include/tmgw_const.h" 21 #include "../include/tmgw_const.h"
21 #include "struct.h" 22 #include "struct.h"
22 #include "select.h" 23 #include "select.h"
23 #include "int_defs.h" 24 #include "int_defs.h"