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, 16 Feb 2021 20:11:54 +0000 (15:11 -0500)
commit215dffda5d95a4d8d35c6751c7368876a70f2c09
tree86adc5e61ff1f35644572797e207c9003f72fc7a
parent71c5729c47c806cda99a2afa8073fe699d8849d2
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: Ie9d3cc8f0e37c0a671a16ce44c9dd3a8686e0ca8
wrapper/fdtable.h
This page took 0.025299 seconds and 4 git commands to generate.