From: Mikko Rapeli
Date: Mon, 22 Aug 2016 20:32:58 +0200
> Fixes userspace compile error:
>
> error: field ‘real’ has incomplete type
> struct timeval real; /* real (wall-clock) time */
>
> Signed-off-by: Mikko Rapeli
Applied.
Fixes userspace compile error:
error: field ‘real’ has incomplete type
struct timeval real; /* real (wall-clock) time */
Signed-off-by: Mikko Rapeli
---
include/uapi/linux/atm_zatm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/atm_zatm.h b/include/uapi/linux/atm_zat