diff --git a/photon/libc/sys/horizon/sys/types.h b/photon/libc/sys/horizon/sys/types.h index 8845593..4a12c7a 100644 --- a/photon/libc/sys/horizon/sys/types.h +++ b/photon/libc/sys/horizon/sys/types.h @@ -2,7 +2,9 @@ #define SYS_LINUX_SYS_TYPES_H_ #include +#include +/* TODO move to mio/types.h */ typedef signed long long blkcnt_t; typedef signed long long blksize_t; typedef unsigned long long clock_t; @@ -11,7 +13,6 @@ typedef unsigned long long fsblkcnt_t; typedef unsigned long long fsfilcnt_t; typedef unsigned int gid_t; typedef unsigned int id_t; -typedef unsigned long long ino_t; typedef unsigned int key_t; typedef unsigned int mode_t; typedef unsigned long long nlink_t;