diff options
Diffstat (limited to 'src/osf.c')
-rw-r--r-- | src/osf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,10 +6,11 @@ * later) as published by the Free Software Foundation. */ +#include <nft.h> + #include <nftables.h> #include <expression.h> #include <utils.h> -#include <string.h> #include <osf.h> #include <json.h> |