FreeCalypso > hg > themwi-system-sw
comparison mgw/crcx.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 | 738be11ac432 |
comparison
equal
deleted
inserted
replaced
37:a065b4a62a8a | 38:020ba624bdd8 |
---|---|
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 <arpa/inet.h> | 8 #include <arpa/inet.h> |
9 #include <stdio.h> | 9 #include <stdio.h> |
10 #include <stdint.h> | |
10 #include <stdlib.h> | 11 #include <stdlib.h> |
11 #include <string.h> | 12 #include <string.h> |
12 #include <strings.h> | 13 #include <strings.h> |
13 #include <syslog.h> | 14 #include <syslog.h> |
14 #include <unistd.h> | 15 #include <unistd.h> |