Include <sys/types.h> in net_compat.c
This commit is contained in:
parent
ba938da348
commit
01e100f6df
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <net/net_compat.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue