diff mgw/ctrl_sock.c @ 95:f280328e7e2e

themwi-mgw: initial implementation of PSTN to GSM forwarding
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2022 19:17:44 -0800
parents db7ed6a55ba4
children f062c32a5116
line wrap: on
line diff
--- a/mgw/ctrl_sock.c	Sat Sep 24 15:14:50 2022 -0800
+++ b/mgw/ctrl_sock.c	Sun Sep 25 19:17:44 2022 -0800
@@ -9,6 +9,7 @@
 #include <sys/un.h>
 #include <netinet/in.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>