summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/mspack/system-mspack.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/mspack/system-mspack.h')
-rw-r--r--rbutil/rbutilqt/mspack/system-mspack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/mspack/system-mspack.h b/rbutil/rbutilqt/mspack/system-mspack.h
index 7a033cb04a..a0e6cf3ca8 100644
--- a/rbutil/rbutilqt/mspack/system-mspack.h
+++ b/rbutil/rbutilqt/mspack/system-mspack.h
@@ -16,7 +16,7 @@ extern "C" {
16 16
17/* ensure config.h is read before mspack.h */ 17/* ensure config.h is read before mspack.h */
18#ifdef HAVE_CONFIG_H 18#ifdef HAVE_CONFIG_H
19# include <config.h> 19# include "config.h"
20#endif 20#endif
21 21
22#include "mspack.h" 22#include "mspack.h"
@@ -61,7 +61,7 @@ extern "C" {
61 (defined(FILESIZEBITS) && FILESIZEBITS >= 64) || \ 61 (defined(FILESIZEBITS) && FILESIZEBITS >= 64) || \
62 (defined(SIZEOF_OFF_T) && SIZEOF_OFF_T >= 8) || \ 62 (defined(SIZEOF_OFF_T) && SIZEOF_OFF_T >= 8) || \
63 defined(_LARGEFILE_SOURCE) || defined(_LARGEFILE64_SOURCE)) 63 defined(_LARGEFILE_SOURCE) || defined(_LARGEFILE64_SOURCE))
64# define LARGEFILE_SUPPORT 64# define LARGEFILE_SUPPORT 1
65# define LD "lld" 65# define LD "lld"
66# define LU "llu" 66# define LU "llu"
67#else 67#else