#include stdlib.h for size_t

This commit is contained in:
Josh Coalson
2003-12-17 05:26:55 +00:00
parent ce3dd36b6e
commit 77625ed8ee

View File

@@ -19,6 +19,8 @@
#ifndef flac__string_h
#define flac__string_h
#include <stdlib.h> /* for size_t */
size_t flac__strlcpy(char *dst, const char *src, size_t siz);
size_t flac__strlcat(char *dst, const char *src, size_t siz);