Fixed warning from gcc

This commit is contained in:
Tristan B. Velloza Kildaire 2021-07-21 19:07:17 +02:00
parent c3f194df2a
commit d98e10ba22
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include<fcntl.h>
#include<string.h>
#include<sys/ioctl.h>
#include<unistd.h>
int createTun(char* interfaceName, int iffFlags)
{