Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 06:39:17 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm: drm_legacy.h

Log Message:
Apparently <drm/drm_legacy.h> needs <drm/drmP.h> for struct drm_device.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.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_legacy.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h:1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h:1.4
--- src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h:1.3	Mon Aug 27 06:18:05 2018
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h	Mon Aug 27 06:39:16 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_legacy.h,v 1.3 2018/08/27 06:18:05 riastradh Exp $	*/
+/*	$NetBSD: drm_legacy.h,v 1.4 2018/08/27 06:39:16 riastradh Exp $	*/
 
 #ifndef __DRM_DRM_LEGACY_H__
 #define __DRM_DRM_LEGACY_H__
@@ -36,6 +36,7 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <drm/drmP.h>
 #include <drm/drm_hashtab.h>
 
 struct drm_lock_data;

Reply via email to