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:
Warner Losh 2021-11-24 10:49:53 -07:00
parent 9be3985f65
commit 00dbcdbe0a

View File

@ -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