Skip to content

Commit 9fe9e75

Browse files
committed
test: update to get unittests building on macOS again
1 parent ab77b86 commit 9fe9e75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/net/buffer_store.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#if !defined(__MACH__)
2121
#include <malloc.h>
2222
#else
23+
#include <cstddef>
2324
extern void *memalign(size_t, size_t);
2425
#endif
2526
#include <net/buffer_store.hpp>

0 commit comments

Comments
 (0)