Skip to content

Commit

Permalink
Include explicitly pthread headers
Browse files Browse the repository at this point in the history
Functions from POSIX Threads Library requires to include <pthread.h>.
  • Loading branch information
dereckson authored and sni committed Jan 23, 2024
1 parent dc947bd commit 65c1e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LogCache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <dirent.h>
#include <fcntl.h>
#include <pthread.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
Expand Down

0 comments on commit 65c1e8e

Please sign in to comment.