summaryrefslogtreecommitdiff
path: root/src/nf-log.c
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2024-04-04 15:11:02 -0700
committerChristopher Ferris <cferris@google.com>2024-04-04 15:11:03 -0700
commit8540e0b5277fc49b206a2de0ed18560257b789ca (patch)
treee71b443d54ee42ff1abe5954cda0e375142788bf /src/nf-log.c
parentca20da1752bec57be0b78a1d01bc6e5847bdd490 (diff)
parentbdf83151326e365f137fe0e36dc9b1b7aeb1cf33 (diff)
downloadlibnl-8540e0b5277fc49b206a2de0ed18560257b789ca.tar.gz
Upgrade libnl to libnl3_9_0
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/libnl For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I66c6cb5c1f93f0caef2b74fa4c73e7e70f407ed2
Diffstat (limited to 'src/nf-log.c')
-rw-r--r--src/nf-log.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/nf-log.c b/src/nf-log.c
index c9ad560e..17f73a80 100644
--- a/src/nf-log.c
+++ b/src/nf-log.c
@@ -5,14 +5,16 @@
* Copyright (c) 2007 Secure Computing Corporation
*/
+#include "nl-default.h"
+
+#include <linux/netfilter/nfnetlink_log.h>
+#include <linux/netlink.h>
+
#include <netlink/cli/utils.h>
#include <netlink/cli/link.h>
#include <netlink/netfilter/nfnl.h>
#include <netlink/netfilter/log.h>
-#include <linux/netfilter/nfnetlink_log.h>
-#include <linux/netlink.h>
-
static struct nfnl_log *alloc_log(void)
{
struct nfnl_log *log;