diff mgw/readconf.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 f062c32a5116
line wrap: on
line diff
--- a/mgw/readconf.c	Sat Sep 24 15:14:50 2022 -0800
+++ b/mgw/readconf.c	Sun Sep 25 19:17:44 2022 -0800
@@ -10,6 +10,7 @@
 #include <arpa/inet.h>
 #include <ctype.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>