فهرست منبع

Include stddef.h in sys/types.h

Jeremy Soller 6 سال پیش
والد
کامیت
c25ce6a5f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      include/sys/types.h

+ 1 - 0
include/sys/types.h

@@ -1,5 +1,6 @@
 #ifndef _SYS_TYPES_H
 #define _SYS_TYPES_H
+#include <stddef.h>
 
 typedef long blksize_t;
 typedef long dev_t;