fix(framecache): add missing time.h includes
This commit is contained in:
parent
38b31d6170
commit
aff3c0ece2
2 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
#include "slot.h"
|
||||
#include "registry.h"
|
||||
#include <time.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue