Module Name: src
Committed By: riastradh
Date: Fri Aug 19 12:49:55 UTC 2022
Modified Files:
src/sys/sys: uuid.h
Log Message:
sys/uuid.h: Need sys/types.h for uintN_t.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/uuid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/uuid.h
diff -u src/sys/sys/uuid.h:1.6 src/sys/sys/uuid.h:1.7
--- src/sys/sys/uuid.h:1.6 Sat Oct 4 11:15:44 2014
+++ src/sys/sys/uuid.h Fri Aug 19 12:49:55 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: uuid.h,v 1.6 2014/10/04 11:15:44 riastradh Exp $ */
+/* $NetBSD: uuid.h,v 1.7 2022/08/19 12:49:55 riastradh Exp $ */
/*
* Copyright (c) 2002 Marcel Moolenaar
@@ -32,6 +32,7 @@
#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