Add missing "#include <stddef.h>" to fix the build on macOS master
authorMaxim Khon <fjoe@samodelkin.net>
Wed, 3 Jul 2024 13:37:28 +0000 (15:37 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sat, 6 Jul 2024 11:02:24 +0000 (13:02 +0200)
commitb6d807f76153fa487059c65cd15727704eadba8f
tree3620f682f7612d5c864f707bd311cfded72da5e1
parent42812b1317b714930f4a3f200e69b1918c613d2d
Add missing "#include <stddef.h>" to fix the build on macOS

... after 19d7684ca10f.

Prevents:
gateway.c:845:18: error: call to undeclared function 'offsetof'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

Fixes SF#150.
gateway.c