Skip to content

Commit

Permalink
add missing header for FreeBSD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Feb 7, 2024
1 parent 149572f commit 9cb2e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/pango_core/src/threadedfilebuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#ifdef USE_POSIX_FILE_IO
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>

// Optionally use direct file i/o to avoid the cache.
#define USE_DIRECT_FILE_IO
Expand Down

0 comments on commit 9cb2e73

Please sign in to comment.