Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

fatal error: 'linux/if_tun.h' #2

Open
munibsiddiqui opened this issue Feb 17, 2017 · 1 comment
Open

fatal error: 'linux/if_tun.h' #2

munibsiddiqui opened this issue Feb 17, 2017 · 1 comment

Comments

@munibsiddiqui
Copy link

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

@davlxd
Copy link
Owner

davlxd commented Feb 17, 2017

Linux only for now, OSX is not supported

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants