diff options
author | Martin Matuska <mm@FreeBSD.org> | 2016-05-11 10:19:44 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2016-05-11 10:19:44 +0000 |
commit | 4e579f6c9425c995106fbf72667f4ec7e5d5db85 (patch) | |
tree | d298bb9fa3cf4f58e328e696a77fadf758a534eb /tar/bsdtar_platform.h | |
parent | 8c8f03ca5b7f1f0d07c23e7c354a45b7c95335f0 (diff) |
Diffstat (limited to 'tar/bsdtar_platform.h')
-rw-r--r-- | tar/bsdtar_platform.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tar/bsdtar_platform.h b/tar/bsdtar_platform.h index 45228f504f84..e73f9828b3b0 100644 --- a/tar/bsdtar_platform.h +++ b/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 */ |