fix(framecache): add missing time.h includes

This commit is contained in:
Wild Dragon Dev 2026-06-03 18:05:38 +00:00
parent 38b31d6170
commit aff3c0ece2
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
*/
#include "slot.h"
#include "registry.h"
#include <time.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -8,6 +8,7 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>