Explorar o código

Include stddef.h in sys/types.h

Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
c25ce6a5f3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;