Module Name: src
Committed By: riastradh
Date: Sun Dec 19 00:59:10 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_gem.h
Log Message:
u32 needs <linux/types.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/dist/include/drm/drm_gem.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_gem.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_gem.h:1.6 src/sys/external/bsd/drm2/dist/include/drm/drm_gem.h:1.7
--- src/sys/external/bsd/drm2/dist/include/drm/drm_gem.h:1.6 Sat Dec 18 23:45:46 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_gem.h Sun Dec 19 00:59:10 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_gem.h,v 1.6 2021/12/18 23:45:46 riastradh Exp $ */
+/* $NetBSD: drm_gem.h,v 1.7 2021/12/19 00:59:10 riastradh Exp $ */
#ifndef __DRM_GEM_H__
#define __DRM_GEM_H__
@@ -39,6 +39,8 @@
#ifdef __NetBSD__
#include <uvm/uvm.h>
#endif
+
+#include <linux/types.h>
#include <linux/kref.h>
#include <linux/dma-resv.h>