diff mgw/pstn2gsm.c @ 127:f062c32a5116

mgw: implement DTMF
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 20:31:15 -0800
parents d26d97974c8a
children c985c33baeac
line wrap: on
line diff
--- a/mgw/pstn2gsm.c	Sat Oct 01 17:09:51 2022 -0800
+++ b/mgw/pstn2gsm.c	Sat Oct 01 20:31:15 2022 -0800
@@ -5,6 +5,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/time.h>
 #include <netinet/in.h>
 #include <stdio.h>
 #include <stdint.h>