Include stdint.h in net_compat.c
This commit is contained in:
parent
5d8ce54a9f
commit
85d244d09a
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include <net/net_compat.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue