Skip to content

Commit

Permalink
include/uapi/linux/atm_zatm.h: include linux/time.h
Browse files Browse the repository at this point in the history
Fixes userspace compile error:

error: field ‘real’ has incomplete type
 struct timeval real;  /* real (wall-clock) time */

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mikko Rapeli authored and David S. Miller committed Aug 22, 2016
1 parent e6571aa commit cf00713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/atm_zatm.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <linux/atmapi.h>
#include <linux/atmioc.h>
#include <linux/time.h>

#define ZATM_GETPOOL _IOW('a',ATMIOC_SARPRV+1,struct atmif_sioc)
/* get pool statistics */
Expand Down

0 comments on commit cf00713

Please sign in to comment.