Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm Include order got shu...
details: https://anonhg.NetBSD.org/src/rev/2fefca8d0b3e
branches: trunk
changeset: 992770:2fefca8d0b3e
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 07:44:52 2018 +0000
description:
Include order got shuffled. Include drm_agp_netbsd.h explicitly.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1fe0c9515986 -r 2fefca8d0b3e sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h Mon Aug 27 07:44:43 2018 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h Mon Aug 27 07:44:52 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_agpsupport.h,v 1.6 2018/08/27 04:58:37 riastradh Exp $ */
+/* $NetBSD: drm_agpsupport.h,v 1.7 2018/08/27 07:44:52 riastradh Exp $ */
#ifndef _DRM_AGPSUPPORT_H_
#define _DRM_AGPSUPPORT_H_
@@ -11,6 +11,10 @@
#include <linux/types.h>
#include <uapi/drm/drm.h>
+#ifdef __NetBSD__
+#include <drm/drm_agp_netbsd.h>
+#endif
+
struct drm_device;
struct drm_file;
Home |
Main Index |
Thread Index |
Old Index