diff sip-in/mncc_handle.c @ 109:9b87894704eb

sip-in: first step toward final call clearing
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 16:32:13 -0800
parents 423610bb2c9e
children c1c94b7fc2e2
line wrap: on
line diff
--- a/sip-in/mncc_handle.c	Wed Sep 28 14:29:10 2022 -0800
+++ b/sip-in/mncc_handle.c	Wed Sep 28 16:32:13 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>