1
0
mirror of https://git.tukaani.org/xz.git synced 2025-12-24 22:38:43 +00:00
xz/src/common/tuklib_config.h
2019-07-12 18:10:57 +03:00

9 lines
143 B
C

#ifdef HAVE_CONFIG_H
# include "sysdefs.h"
#else
# include <stddef.h>
# include <stdbool.h>
# include <inttypes.h>
# include <limits.h>
#endif