dolphin/Externals/liblzma/tuklib/tuklib_config.h
2020-04-24 15:18:09 +02:00

8 lines
121 B
C

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