comparison event_log.c @ 2681:c4256ce2c45a

Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
author Michael Pavone <pavone@retrodev.com>
date Wed, 26 Mar 2025 01:20:55 -0700
parents a042e046f7f2
children 05915f01046d
comparison
equal deleted inserted replaced
2680:e3394457427e 2681:c4256ce2c45a
5 #else 5 #else
6 #include <sys/types.h> 6 #include <sys/types.h>
7 #include <sys/socket.h> 7 #include <sys/socket.h>
8 #include <unistd.h> 8 #include <unistd.h>
9 #include <netdb.h> 9 #include <netdb.h>
10 #include <netinet/in.h>
10 #include <netinet/tcp.h> 11 #include <netinet/tcp.h>
11 #endif 12 #endif
12 13
13 #include <stdlib.h> 14 #include <stdlib.h>
14 #include <string.h> 15 #include <string.h>