From c81b424d967203cc2d68e819dc330439e8880764 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 6 Apr 2020 23:07:51 +0200 Subject: Add msvc projects for utility programs Signed-off-by: David Oberhollenzer --- tar/tar2sqfs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tar/tar2sqfs.c') diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 6186930..d730af6 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -10,7 +10,6 @@ #include "tar.h" #include -#include #include #include #include @@ -19,6 +18,10 @@ #include #endif +#ifdef HAVE_GETOPT_LONG +#include +#endif + static struct option long_opts[] = { { "root-becomes", required_argument, NULL, 'r' }, { "compressor", required_argument, NULL, 'c' }, -- cgit v1.2.3