FreeCalypso > hg > themwi-system-sw
changeset 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 | a065b4a62a8a |
children | 64b9f0f90726 |
files | mgw/crcx.c mgw/ctrl_prot.c mgw/dlcx.c mgw/mdcx.c |
diffstat | 4 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mgw/crcx.c Sun Jul 10 00:32:38 2022 -0800 +++ b/mgw/crcx.c Sun Jul 10 00:36:31 2022 -0800 @@ -7,6 +7,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <strings.h>
--- a/mgw/ctrl_prot.c Sun Jul 10 00:32:38 2022 -0800 +++ b/mgw/ctrl_prot.c Sun Jul 10 00:36:31 2022 -0800 @@ -6,6 +6,7 @@ #include <sys/socket.h> #include <netinet/in.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <strings.h>