mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 12:45:13 +02:00
iptaccount: fix a compile warning
iptaccount.c: In function 'addr_to_dotted': iptaccount.c:42: warning: implicit declaration of function 'htonl'
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
|
#include <arpa/inet.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <libxt_ACCOUNT_cl.h>
|
#include <libxt_ACCOUNT_cl.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user