Browse Source

Merge pull request #2463 from NoodlesNZ/fix-stddef

Add stddef.h to fix compilation issue on MacOS
pull/2649/merge
Liam Cottle 2 days ago
committed by GitHub
parent
commit
1485d3301b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/MeshCore.h

1
src/MeshCore.h

@ -1,6 +1,7 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#include <math.h>
#define MAX_HASH_SIZE 8

Loading…
Cancel
Save