all: add missing limits.h includes

Removal of kernel_types.h make these necessary.
This commit is contained in:
Kaspar Schleiser 2020-11-25 13:45:59 +01:00
parent 1d5e2e9cd9
commit c1874c8d89
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#include <assert.h>
#include <limits.h>
#include <string.h>
#include <kernel_defines.h>

View File

@ -20,6 +20,7 @@
*/
#ifdef MODULE_GNRC_ICMPV6
#include <limits.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>

View File

@ -20,6 +20,7 @@
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>