Skip to content

Commit

Permalink
fix: import time.h in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Sep 10, 2023
1 parent 44d1523 commit be200f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define UA2F_CACHE_H

#include <stdbool.h>
#include <time.h>
#include "third/uthash.h"

#define CACHE_TIMEOUT 127
Expand Down

0 comments on commit be200f5

Please sign in to comment.