Include stddef.h in sys/types.h

This commit is contained in:
Jeremy Soller
2018-08-18 08:27:40 -06:00
parent f1df1f9f0b
commit c25ce6a5f3
+1
View File
@@ -1,5 +1,6 @@
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H
#include <stddef.h>
typedef long blksize_t;
typedef long dev_t;