Module Name: src Committed By: riastradh Date: Sun Dec 19 10:58:37 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: kgdb.h Log Message: Need sys/types.h for bool. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/include/linux/kgdb.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/external/bsd/drm2/include/linux/kgdb.h diff -u src/sys/external/bsd/drm2/include/linux/kgdb.h:1.2 src/sys/external/bsd/drm2/include/linux/kgdb.h:1.3 --- src/sys/external/bsd/drm2/include/linux/kgdb.h:1.2 Tue Mar 18 18:20:43 2014 +++ src/sys/external/bsd/drm2/include/linux/kgdb.h Sun Dec 19 10:58:37 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: kgdb.h,v 1.2 2014/03/18 18:20:43 riastradh Exp $ */ +/* $NetBSD: kgdb.h,v 1.3 2021/12/19 10:58:37 riastradh Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -32,6 +32,8 @@ #ifndef _LINUX_KGDB_H_ #define _LINUX_KGDB_H_ +#include <sys/types.h> + #ifdef _KERNEL_OPT /* XXX */ #include "opt_ddb.h" #else