summaryrefslogtreecommitdiffstats
path: root/contrib/libarchive/tar/bsdtar_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/tar/bsdtar_platform.h')
-rw-r--r--contrib/libarchive/tar/bsdtar_platform.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libarchive/tar/bsdtar_platform.h b/contrib/libarchive/tar/bsdtar_platform.h
index f2a773f..c5342b4 100644
--- a/contrib/libarchive/tar/bsdtar_platform.h
+++ b/contrib/libarchive/tar/bsdtar_platform.h
@@ -42,6 +42,10 @@
#include "config.h"
#endif
+#if defined(_WIN32) && !defined(__CYGWIN__)
+#include "bsdtar_windows.h"
+#endif
+
/* Get a real definition for __FBSDID if we can */
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
@@ -125,8 +129,4 @@
#define __LA_DEAD
#endif
-#if defined(_WIN32) && !defined(__CYGWIN__)
-#include "bsdtar_windows.h"
-#endif
-
#endif /* !BSDTAR_PLATFORM_H_INCLUDED */
OpenPOWER on IntegriCloud