Browse Source

lib/netfilter_api.c: add missing headers

pull/2035/head
Victor Seva 1 week ago
parent
commit
23285cb1ef
No known key found for this signature in database GPG Key ID: 7D7B65C42A0EC8B2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lib/netfilter_api.c

+ 2
- 0
lib/netfilter_api.c View File

@ -11,6 +11,8 @@
#include <glib.h>
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
struct nfapi_socket {


Loading…
Cancel
Save