From: Matthias Kruk Date: Wed, 2 Oct 2019 07:12:07 +0000 (+0900) Subject: Add sys/types.h header X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=a0065cf6168d2b651363e3d85a38296c0f3722ed;p=corax Add sys/types.h header --- diff --git a/include/sys/types.h b/include/sys/types.h new file mode 100644 index 0000000..4c7e3b8 --- /dev/null +++ b/include/sys/types.h @@ -0,0 +1,8 @@ +#ifndef __SYS_TYPES_H +#define __SYS_TYPES_H + +#include + +typedef unsigned long size_t; + +#endif /* __SYS_TYPES_H */