mirror of
https://github.com/pine64/blisp.git
synced 2024-12-22 06:20:12 +00:00
Merge pull request #60 from barracuda156/darwin
parse_file.h: include sys/types.h
This commit is contained in:
commit
1fb33da291
@ -2,6 +2,7 @@
|
|||||||
#define PARSE_FILE_H_
|
#define PARSE_FILE_H_
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <sys/types.h> /* ssize_t */
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#include <BaseTsd.h>
|
#include <BaseTsd.h>
|
||||||
typedef SSIZE_T ssize_t;
|
typedef SSIZE_T ssize_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user