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 u32 needs <linux/type...
details: https://anonhg.NetBSD.org/src/rev/84fd81c9fb6f
branches: trunk
changeset: 1027861:84fd81c9fb6f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 00:59:10 2021 +0000
description:
u32 needs <linux/types.h>.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drm_gem.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 82d45567122d -r 84fd81c9fb6f sys/external/bsd/drm2/dist/include/drm/drm_gem.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_gem.h Sun Dec 19 00:59:01 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_gem.h Sun Dec 19 00:59:10 2021 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index