mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 08:02:24 +03:00
cdatapack: include sys/types.h for off_t
This isn't required on all systems, but I ran into one where it was. Sigh. I've struggled a bit to find proper documentation of this, and this is the best I could do: http://pubs.opengroup.org/onlinepubs/009696799/basedefs/sys/types.h.html
This commit is contained in:
parent
73155a224e
commit
22653c7629
@ -10,6 +10,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define NODE_SZ 20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user