mirror of
https://git.tukaani.org/xz.git
synced 2025-12-24 22:38:43 +00:00
9 lines
143 B
C
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
|