comparison mgw/gsm2pstn.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 e6c7ced3c031
comparison
equal deleted inserted replaced
197:73bbe7da45cd 198:cf1ba5d65188
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_fr_preproc.h> 18 #include <gsm_fr_preproc.h>
19 #include <gsm_efr.h> 19 #include <gsm_efr.h>
20 #include "../include/rtp_defs.h"
20 #include "../include/tmgw_ctrl.h" 21 #include "../include/tmgw_ctrl.h"
21 #include "../include/tmgw_const.h" 22 #include "../include/tmgw_const.h"
22 #include "struct.h" 23 #include "struct.h"
23 #include "select.h" 24 #include "select.h"
24 #include "int_defs.h" 25 #include "int_defs.h"