diff mgw/main.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 b3f74df7b808
children 815e4c59162e
line wrap: on
line diff
--- a/mgw/main.c	Sat Sep 24 15:14:50 2022 -0800
+++ b/mgw/main.c	Sun Sep 25 19:17:44 2022 -0800
@@ -5,6 +5,7 @@
 #include <sys/types.h>
 #include <sys/errno.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>