fix: missing include for 'task_struct' in fdtable.h
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 19 Jan 2021 16:34:25 +0000 (11:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Jan 2021 20:26:37 +0000 (15:26 -0500)
commitf7eac69900717090c7b955dd4808a2c08564b7ac
tree501144f80c08c695a0d3bc456b668ff4a9927ec5
parent1d54cac959b0d4ef828ca2b5dbf3eb6b4025ed81
fix: missing include for 'task_struct' in fdtable.h

In some kernel versions, linux/fdtable.h dereferences a pointer in a
forward declared 'struct task_struct' without an include of 'linux/sched.h'.

Add this missing include to the wrapper.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ib3a613a2d820738c1e741aa9e7c38b61771d35a3
wrapper/fdtable.h
This page took 0.025326 seconds and 4 git commands to generate.