sys/uuid.h: Include sys/types.h
Change the include of sys/cdefs.h to sys/types.h to pick up all the types. sys/types.h includes cdefs.h. Sponsored by: Netflix
This commit is contained in:
parent
9be3985f65
commit
00dbcdbe0a
@ -31,7 +31,7 @@
|
||||
#ifndef _SYS_UUID_H_
|
||||
#define _SYS_UUID_H_
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* Length of a node address (an IEEE 802 address). */
|
||||
#define _UUID_NODE_LEN 6
|
||||
|
Loading…
Reference in New Issue
Block a user