mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Merge pull request #309 from OlegHahm/posix_include
added stddef include to strings.h for size_t
This commit is contained in:
commit
0fffe6c167
@ -26,6 +26,7 @@
|
||||
#define STRINGS_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
* @brief Returns the position of the first (least significant) bit set in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user