Skip to content

Commit

Permalink
Add missing header file
Browse files Browse the repository at this point in the history
The time.h header file is required to compile on the latest Ubuntu,
even though it was working without this on previous versions.
  • Loading branch information
Colin Ward authored and hitman-codehq committed Jun 16, 2024
1 parent c683d12 commit 61a884c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <errno.h>
#include <fnmatch.h>
#include <time.h>
#include <sys/stat.h>

#endif /* __unix__ */
Expand Down

0 comments on commit 61a884c

Please sign in to comment.