Module Name: src
Committed By: riastradh
Date: Mon Aug 27 07:44:52 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_agpsupport.h
Log Message:
Include order got shuffled. Include drm_agp_netbsd.h explicitly.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.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/dist/include/drm/drm_agpsupport.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h:1.6 src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h:1.7
--- src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h:1.6 Mon Aug 27 04:58:37 2018
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h Mon Aug 27 07:44:52 2018
@@ -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;