FreeCalypso > hg > themwi-system-sw
comparison mgw/mdcx.c @ 38:020ba624bdd8
mgw source: #include <stdlib.h> in files using tmgw_ctrl.h
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 10 Jul 2022 00:36:31 -0800 |
parents | 7dae2bae56a1 |
children | f280328e7e2e |
comparison
equal
deleted
inserted
replaced
37:a065b4a62a8a | 38:020ba624bdd8 |
---|---|
4 | 4 |
5 #include <sys/types.h> | 5 #include <sys/types.h> |
6 #include <sys/socket.h> | 6 #include <sys/socket.h> |
7 #include <netinet/in.h> | 7 #include <netinet/in.h> |
8 #include <stdio.h> | 8 #include <stdio.h> |
9 #include <stdint.h> | |
9 #include <stdlib.h> | 10 #include <stdlib.h> |
10 #include <string.h> | 11 #include <string.h> |
11 #include <strings.h> | 12 #include <strings.h> |
12 #include <syslog.h> | 13 #include <syslog.h> |
13 #include "../include/tmgw_ctrl.h" | 14 #include "../include/tmgw_ctrl.h" |