You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
I am trying to compile it on macOS Sierra and getting the following error.
gcc -o vpn vpn.c -g -Wall
vpn.c:14:10: fatal error: 'linux/if_tun.h' file not found
#include <linux/if_tun.h>
^
1 error generated.
make: *** [vpn] Error 1
The text was updated successfully, but these errors were encountered: