diff options
Diffstat (limited to '')
-rw-r--r-- | circuitpython/lib/uzlib/tinf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circuitpython/lib/uzlib/tinf.h b/circuitpython/lib/uzlib/tinf.h new file mode 100644 index 0000000..ae6e1c4 --- /dev/null +++ b/circuitpython/lib/uzlib/tinf.h @@ -0,0 +1,3 @@ +/* Compatibility header for the original tinf lib/older versions of uzlib. + Note: may be removed in the future, please migrate to uzlib.h. */ +#include "uzlib.h" |