diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2020-04-06 23:07:51 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-04-08 03:14:59 +0200 |
commit | c81b424d967203cc2d68e819dc330439e8880764 (patch) | |
tree | d075931c780eeddf9a2dc1d8339ef686d60abac3 /tar/sqfs2tar.c | |
parent | 4ea1c1e14d8ee67b2e7a6a4665747ccd87fec479 (diff) |
Add msvc projects for utility programsfeature/goliath/msvc
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tar/sqfs2tar.c')
-rw-r--r-- | tar/sqfs2tar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c index b21570a..a05369f 100644 --- a/tar/sqfs2tar.c +++ b/tar/sqfs2tar.c @@ -8,7 +8,10 @@ #include "common.h" #include "tar.h" +#ifdef HAVE_GETOPT_LONG #include <getopt.h> +#endif + #include <string.h> #include <stdlib.h> #include <assert.h> |