mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
Include missing <string.h> and <limits.h>
Fix warnings. Update #2132. Update #2133.
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/stdint.h> /* for people using printf mainly */
|
||||
#ifdef __rtems__
|
||||
#include <string.h>
|
||||
#endif /* __rtems__ */
|
||||
|
||||
__NULLABILITY_PRAGMA_PUSH
|
||||
|
||||
|
Reference in New Issue
Block a user