Skip to content

Commit

Permalink
Merge pull request #39 from funbiscuit/fix-compile
Browse files Browse the repository at this point in the history
Fix missing header for size_t
  • Loading branch information
kroggen committed Feb 22, 2024
2 parents c04cd21 + 31ce5f4 commit 4790cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/binn.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
extern "C" {
#endif

#include <stddef.h>

#define BINN_VERSION "3.0.0" /* using semantic versioning */

#ifndef NULL
Expand Down

0 comments on commit 4790cfe

Please sign in to comment.