mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-13 22:03:09 +00:00
Include <limits.h> for SIZE_MAX on Android
This commit is contained in:
parent
54bebb1ebd
commit
81f641b1fe
3
strbuf.h
3
strbuf.h
@ -76,7 +76,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <stdint.h> // for SIZE_MAX on Debian/Unbuntu/...
|
||||
#include <limits.h> // for SIZE_MAX on Android
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user