Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/device_if.h: Need sys/stdint.h for uint64_t.
details: https://anonhg.NetBSD.org/src/rev/f287db900634
branches: trunk
changeset: 370031:f287db900634
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Sep 13 08:30:57 2022 +0000
description:
sys/device_if.h: Need sys/stdint.h for uint64_t.
diffstat:
sys/sys/device_if.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r ec2d88c0183f -r f287db900634 sys/sys/device_if.h
--- a/sys/sys/device_if.h Tue Sep 13 05:36:29 2022 +0000
+++ b/sys/sys/device_if.h Tue Sep 13 08:30:57 2022 +0000
@@ -1,8 +1,10 @@
-/* $NetBSD: device_if.h,v 1.6 2018/03/04 18:07:34 kre Exp $ */
+/* $NetBSD: device_if.h,v 1.7 2022/09/13 08:30:57 riastradh Exp $ */
#ifndef _SYS_DEVICE_IF_H
#define _SYS_DEVICE_IF_H
+#include <sys/stdint.h>
+
struct device;
typedef struct device *device_t;
Home |
Main Index |
Thread Index |
Old Index