Include missing <limits.h>

Update #2132.
This commit is contained in:
Sebastian Huber
2017-08-25 10:59:52 +02:00
parent b2ed712d26
commit 1f22b26945
8 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
* http://www.rtems.org/license/LICENSE.
*/
#include <limits.h>
#include <stdlib.h>
#include <termios.h>

View File

@@ -20,6 +20,7 @@
*/
#include <stdlib.h>
#include <limits.h>
#include <bsp.h>
#include <rtems/libio.h>

View File

@@ -17,6 +17,7 @@
#endif
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

View File

@@ -13,6 +13,7 @@
#include "config.h"
#endif
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@@ -12,6 +12,7 @@
#include "config.h"
#endif
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@@ -20,6 +20,8 @@
#include "config.h"
#endif
#include <limits.h>
#include <rtems/config.h>
#include <rtems/sysinit.h>

View File

@@ -16,6 +16,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
#include <rtems/system.h>
#include <rtems/config.h>

View File

@@ -18,6 +18,7 @@
#include <sys/lock.h>
#include <errno.h>
#include <limits.h>
#include <rtems/score/atomic.h>
#include <rtems/score/chainimpl.h>