Skip to content

Commit

Permalink
fix: pthread header may missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 18, 2024
1 parent 3d0111b commit 1098fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <stdbool.h>
#include <time.h>
#include <unistd.h>
#include <pthread.h>

#include "third/nfqueue-mnl.h"
#include "third/uthash.h"
Expand Down

0 comments on commit 1098fd2

Please sign in to comment.