lib/netfilter_api.c: add missing headers

pull/2035/head
Victor Seva 1 month ago
parent 44d4dae2e0
commit 23285cb1ef
No known key found for this signature in database
GPG Key ID: 7D7B65C42A0EC8B2

@ -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