mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-24 12:11:33 +00:00
Added missing ssize_t
This commit is contained in:
parent
cf3783b4ca
commit
7a82c3eca3
@ -2,6 +2,7 @@
|
||||
#define STDINT_H
|
||||
|
||||
typedef unsigned long size_t;
|
||||
typedef signed long ssize_t;
|
||||
typedef signed long off_t;
|
||||
|
||||
typedef unsigned char uint8_t;
|
||||
|
Loading…
Reference in New Issue
Block a user