Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Feb 21, 2024
1 parent 6b774df commit 31ce5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/binn.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#ifndef BINN_H
#define BINN_H

#include <stddef.h>

#ifdef __cplusplus
extern "C" {
#endif

#include <stddef.h>

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

#ifndef NULL
Expand Down

0 comments on commit 31ce5f4

Please sign in to comment.