summaryrefslogtreecommitdiffstats
path: root/include/cache.h
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 /include/cache.h
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 'include/cache.h')
-rw-r--r--include/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cache.h b/include/cache.h
index e66b0af5..8ca4a9a7 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -1,8 +1,6 @@
#ifndef _NFT_CACHE_H_
#define _NFT_CACHE_H_
-#include <string.h>
-
#include <list.h>
struct handle;