We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following is required for size_t for my compiler:
diff --git a/vbyte.h b/vbyte.h index d36bd31..ed728c2 100644 --- a/vbyte.h +++ b/vbyte.h @@ -27,6 +27,7 @@ #define VBYTE_H_ee452711_c856_416d_82f4_e12eef8a49be #include <stdint.h> +#include <stddef.h> #ifdef __cplusplus extern "C" {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following is required for size_t for my compiler:
The text was updated successfully, but these errors were encountered: