aboutsummaryrefslogtreecommitdiff
path: root/tar/sqfs2tar.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-04-06 23:07:51 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-08 03:14:59 +0200
commitc81b424d967203cc2d68e819dc330439e8880764 (patch)
treed075931c780eeddf9a2dc1d8339ef686d60abac3 /tar/sqfs2tar.c
parent4ea1c1e14d8ee67b2e7a6a4665747ccd87fec479 (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.c3
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>