Skip to content

Commit d4ec8a2

Browse files
committed
Include linux/types.h in d3dkmthk.h
Signed-off-by: Mitchell Levy <[email protected]>
1 parent f9f97dc commit d4ec8a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/uapi/misc/d3dkmthk.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#ifndef _D3DKMTHK_H
1515
#define _D3DKMTHK_H
1616

17+
#include <linux/types.h>
18+
1719
/*
1820
* This structure matches the definition of D3DKMTHANDLE in Windows.
1921
* The handle is opaque in user mode. It is used by user mode applications to

0 commit comments

Comments
 (0)