aboutsummaryrefslogtreecommitdiff
path: root/contrib/libarchive/libarchive/archive_getdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/libarchive/archive_getdate.h')
-rw-r--r--contrib/libarchive/libarchive/archive_getdate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libarchive/libarchive/archive_getdate.h b/contrib/libarchive/libarchive/archive_getdate.h
index 666ff5ff78b9..900a8f692e98 100644
--- a/contrib/libarchive/libarchive/archive_getdate.h
+++ b/contrib/libarchive/libarchive/archive_getdate.h
@@ -25,13 +25,13 @@
* $FreeBSD$
*/
+#ifndef ARCHIVE_GETDATE_H_INCLUDED
+#define ARCHIVE_GETDATE_H_INCLUDED
+
#ifndef __LIBARCHIVE_BUILD
#error This header is only to be used internally to libarchive.
#endif
-#ifndef ARCHIVE_GETDATE_H_INCLUDED
-#define ARCHIVE_GETDATE_H_INCLUDED
-
#include <time.h>
time_t __archive_get_date(time_t now, const char *);