Include missing <string.h> and <limits.h>

Fix warnings.

Update #2132.
Update #2133.
This commit is contained in:
Sebastian Huber
2017-08-25 14:23:18 +02:00
parent 34ff390b09
commit 666a56883a
13 changed files with 34 additions and 21 deletions

View File

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