Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 07:19:13 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/include/linux: dmi.h

Log Message:
Need <sys/types.h> for bool.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/include/linux/dmi.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/dmi.h
diff -u src/sys/external/bsd/drm2/include/linux/dmi.h:1.5 src/sys/external/bsd/drm2/include/linux/dmi.h:1.6
--- src/sys/external/bsd/drm2/include/linux/dmi.h:1.5	Mon Aug 27 06:49:42 2018
+++ src/sys/external/bsd/drm2/include/linux/dmi.h	Mon Aug 27 07:19:13 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: dmi.h,v 1.5 2018/08/27 06:49:42 riastradh Exp $	*/
+/*	$NetBSD: dmi.h,v 1.6 2018/08/27 07:19:13 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,6 +32,8 @@
 #ifndef _LINUX_DMI_H_
 #define _LINUX_DMI_H_
 
+#include <sys/types.h>
+
 enum dmi_field {
 	DMI_NONE,
 	DMI_BIOS_VENDOR,

Reply via email to