mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Compiling with `gcc (GCC) 14.1.1 20240507` raised the following warning: `error: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]` Adding `#include <sys/time.h>` according to `man gettimeofday` fixes #509. |
||
|---|---|---|
| .. | ||
| ctl | ||
| dhcp | ||
| shared | ||
| uibc | ||
| wifi | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| meson.build | ||
| miracled.c | ||
| miracled.h | ||