Fix more compiler warnings (gcc and clang)

This commit is contained in:
2023-02-03 07:39:32 +03:00
parent 5b0cf9febc
commit ff1db047ff
19 changed files with 114 additions and 118 deletions

1
vnet.c
View File

@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include "umka.h"
#include "umkart.h"
#include "trace.h"
#include "vnet.h"
#include "vnet/tap.h"