summaryrefslogtreecommitdiffstats
path: root/src/gmputil.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-09-27 21:51:15 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-09-28 00:40:47 +0200
commita61f9f66f60f865f65be03374dc0277cce4f490a (patch)
tree556c7f703c5d847a6729833318a741eb5cf1d7e4 /src/gmputil.c
parent223a2098c29b15caaa4540ece923ae63da9f98c0 (diff)
include: include <string.h> in <nft.h>
<string.h> provides strcmp(), as such it's very basic and used everywhere. Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/gmputil.c')
-rw-r--r--src/gmputil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmputil.c b/src/gmputil.c
index bf472c65..cb26b558 100644
--- a/src/gmputil.c
+++ b/src/gmputil.c
@@ -14,7 +14,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <unistd.h>
-#include <string.h>
#include <nftables.h>
#include <datatype.h>