Skip to content

Commit

Permalink
Merge pull request #60 from barracuda156/darwin
Browse files Browse the repository at this point in the history
parse_file.h: include sys/types.h
  • Loading branch information
Ralim authored Dec 11, 2024
2 parents 17f6234 + 81faf3f commit 1fb33da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/blisp/src/file_parsers/parse_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define PARSE_FILE_H_
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h> /* ssize_t */
#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
Expand Down

0 comments on commit 1fb33da

Please sign in to comment.