diff options
Diffstat (limited to 'libarchive/archive_xxhash.h')
-rw-r--r-- | libarchive/archive_xxhash.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libarchive/archive_xxhash.h b/libarchive/archive_xxhash.h index 427241641a02b..1c7131ca1e7d7 100644 --- a/libarchive/archive_xxhash.h +++ b/libarchive/archive_xxhash.h @@ -24,12 +24,13 @@ * */ +#ifndef ARCHIVE_XXHASH_H_INCLUDED +#define ARCHIVE_XXHASH_H_INCLUDED + #ifndef __LIBARCHIVE_BUILD #error This header is only to be used internally to libarchive. #endif -#ifndef ARCHIVE_XXHASH_H -#define ARCHIVE_XXHASH_H typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; |