Browse Source
lib/netfilter_api.c: add missing headers
pull/2035/head
Victor Seva
1 week ago
No known key found for this signature in database
GPG Key ID: 7D7B65C42A0EC8B2
1 changed files with
2 additions and
0 deletions
-
lib/netfilter_api.c
|
|
|
@ -11,6 +11,8 @@ |
|
|
|
#include <glib.h> |
|
|
|
#include <assert.h> |
|
|
|
#include <stdio.h> |
|
|
|
#include <unistd.h> |
|
|
|
#include <errno.h> |
|
|
|
|
|
|
|
|
|
|
|
struct nfapi_socket { |
|
|
|
|