Skip to content

Commit

Permalink
Add missing include for macOS High Sierra build.
Browse files Browse the repository at this point in the history
See #50.

Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Feb 25, 2024
1 parent 5c278f1 commit b26ef9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sfinputstream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <assert.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>

using std::string;
using std::vector;
Expand Down

0 comments on commit b26ef9a

Please sign in to comment.