Commit cce24857 authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Stephen Hemminger

[NET]: linux/if.h needs linux/compiler.h for __user.

parent 1e739c68
......@@ -21,6 +21,7 @@
#include <linux/types.h> /* for "__kernel_caddr_t" et al */
#include <linux/socket.h> /* for "struct sockaddr" et al */
#include <linux/compiler.h> /* for "__user" et al */
#define IFNAMSIZ 16
#include <linux/hdlc/ioctl.h>
......
Markdown is supported
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