Skip to content
Commit af3e1610 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld Committed by Richard Weinberger
Browse files

um: include sys/types.h for size_t



Usually size_t comes from sys/types.h, not stddef.h. This code likely
worked only because something else in its usage chain was pulling in
sys/types.h. stddef.h is still required for NULL, however, so note this.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 8970d5c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment