diff options
Diffstat (limited to 'include/compat.h')
-rw-r--r-- | include/compat.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/compat.h b/include/compat.h index 82b1c7e..9051d88 100644 --- a/include/compat.h +++ b/include/compat.h @@ -1,12 +1,14 @@ -/* SPDX-License-Identifier: LGPL-3.0-or-later */ +/* SPDX-License-Identifier: GPL-3.0-or-later */ /* - * util.h + * compat.h * * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ #ifndef COMPAT_H #define COMPAT_H +#include "sqfs/predef.h" + #if defined(__GNUC__) || defined(__clang__) # if defined(__GNUC__) && __GNUC__ < 5 # if SIZEOF_SIZE_T <= SIZEOF_INT |