Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Need <sys/types.h> for basic types.



details:   https://anonhg.NetBSD.org/src/rev/b62fdb79842a
branches:  trunk
changeset: 1028102:b62fdb79842a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:51:17 2021 +0000

description:
Need <sys/types.h> for basic types.

diffstat:

 sys/sys/agpio.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8cef806ead06 -r b62fdb79842a sys/sys/agpio.h
--- a/sys/sys/agpio.h   Sun Dec 19 01:51:11 2021 +0000
+++ b/sys/sys/agpio.h   Sun Dec 19 01:51:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: agpio.h,v 1.12 2017/02/27 14:13:56 msaitoh Exp $       */
+/*     $NetBSD: agpio.h,v 1.13 2021/12/19 01:51:17 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2000 Doug Rabson
@@ -31,6 +31,7 @@
 #ifndef _SYS_AGPIO_H_
 #define _SYS_AGPIO_H_
 
+#include <sys/types.h>
 #include <sys/ioccom.h>
 
 /*



Home | Main Index | Thread Index | Old Index