From f80046feeadc785ec39e1ce7328bde986f0cb7ea Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 7 Jul 2014 15:02:28 +0200 Subject: [PATCH] size_t declaration --- sys/sys/utsname.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/utsname.h b/sys/sys/utsname.h index 5d6f71a32..d24d7ef94 100644 --- a/sys/sys/utsname.h +++ b/sys/sys/utsname.h @@ -61,6 +61,7 @@ struct utsname { __BEGIN_DECLS int uname(struct utsname *); #if defined(__minix) +#include int sysuname(int _req, int _field, char *_value, size_t _len); #endif /* defined(__minix) */ __END_DECLS -- 2.44.0