summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/common/tuklib_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmliblzma/common/tuklib_config.h')
-rw-r--r--Utilities/cmliblzma/common/tuklib_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Utilities/cmliblzma/common/tuklib_config.h b/Utilities/cmliblzma/common/tuklib_config.h
new file mode 100644
index 0000000..549cb24
--- /dev/null
+++ b/Utilities/cmliblzma/common/tuklib_config.h
@@ -0,0 +1,7 @@
+#ifdef HAVE_CONFIG_H
+# include "sysdefs.h"
+#else
+# include <stddef.h>
+# include <inttypes.h>
+# include <limits.h>
+#endif