diff options
-rw-r--r-- | pfinet/ethernet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index 9eb33bb6..ae738de5 100644 --- a/pfinet/ethernet.c +++ b/pfinet/ethernet.c @@ -30,6 +30,7 @@ #include <string.h> #include <error.h> #include <fcntl.h> +#include <unistd.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> |