Merge pull request #1012 from Ds886/fix-missing-header

* adds missing header to memgzio ("stdint")
This commit is contained in:
Fabrice de Gans 2022-09-30 13:11:50 -07:00 committed by GitHub
commit f8974d8870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>