1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/utlist: include stddef.h

This commit is contained in:
Karl Fessel 2022-01-26 16:14:10 +01:00
parent 124f8cd2a9
commit 3bce72af2d

View File

@ -39,6 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/** @brief Version number */
#define UTLIST_VERSION 1.9.9
#include <stddef.h>
#include <assert.h>