Skip to content
New issue

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

stddef #4

Open
brentp opened this issue Nov 1, 2021 · 0 comments
Open

stddef #4

brentp opened this issue Nov 1, 2021 · 0 comments

Comments

@brentp
Copy link

brentp commented Nov 1, 2021

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" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant