diff options
| -rw-r--r-- | drivers/staging/poch/poch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/poch/poch.h b/drivers/staging/poch/poch.h index bf622448ac8c..8b08385861fd 100644 --- a/drivers/staging/poch/poch.h +++ b/drivers/staging/poch/poch.h @@ -7,6 +7,9 @@ * include/linux for final version. * */ + +#include <linux/types.h> + struct poch_counters { __u32 fifo_empty; __u32 fifo_overflow; |
