1
0
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:
Christian Mehlis 2013-11-06 12:57:25 -08:00
commit 0fffe6c167

View File

@ -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