Module Name: src
Committed By: riastradh
Date: Sun Dec 19 01:51:17 UTC 2021
Modified Files:
src/sys/sys: agpio.h
Log Message:
Need <sys/types.h> for basic types.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/agpio.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/agpio.h
diff -u src/sys/sys/agpio.h:1.12 src/sys/sys/agpio.h:1.13
--- src/sys/sys/agpio.h:1.12 Mon Feb 27 14:13:56 2017
+++ src/sys/sys/agpio.h Sun Dec 19 01:51:17 2021
@@ -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>
/*