Skip to content

Commit

Permalink
fileutil.h: add missing header for ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 5, 2024
1 parent f4f1ccb commit c8ddab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ncutil/src/fileutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#include <set>
#include <string>

#ifdef __APPLE__
#include <sys/types.h> // ssize_t
#endif

struct DirEntry
{
DirEntry()
Expand Down

0 comments on commit c8ddab0

Please sign in to comment.